[Git][haskell-team/DHG_packages][master] mueval: Upgrading from 0.9.3 to 0.9.4
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Oct 6 13:14:54 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
95a7ce7e by Ilias Tsitsimpis at 2024-10-06T15:12:52+03:00
mueval: Upgrading from 0.9.3 to 0.9.4
- - - - -
5 changed files:
- p/haskell-mueval/debian/changelog
- p/haskell-mueval/debian/control
- + p/haskell-mueval/debian/patches/newer-deps
- + p/haskell-mueval/debian/patches/newer-deps-non-hackage
- + p/haskell-mueval/debian/patches/series
Changes:
=====================================
p/haskell-mueval/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-mueval (0.9.3-8) UNRELEASED; urgency=medium
+haskell-mueval (0.9.4-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release (Closes: #1084121)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:55 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 06 Oct 2024 15:02:32 +0300
haskell-mueval (0.9.3-7) unstable; urgency=medium
=====================================
p/haskell-mueval/debian/control
=====================================
@@ -8,18 +8,23 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
ghc (>= 9.4),
ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-extensible-exceptions-dev,
+ libghc-quickcheck2-dev (>= 2.14.3),
+ libghc-quickcheck2-dev (<< 2.16),
+ libghc-quickcheck2-prof,
+ libghc-extensible-exceptions-dev (>= 0.1.1.4),
+ libghc-extensible-exceptions-dev (<< 0.2),
libghc-extensible-exceptions-prof,
- libghc-hint-dev (>= 0.5.0),
+ libghc-hint-dev (>= 0.9.0.7),
+ libghc-hint-dev (<< 0.10),
libghc-hint-prof,
- libghc-quickcheck2-dev,
- libghc-quickcheck2-prof,
- libghc-show-dev (>= 0.3),
+ libghc-show-dev (>= 0.6),
+ libghc-show-dev (<< 0.7),
libghc-show-prof,
- libghc-simple-reflect-dev,
+ libghc-simple-reflect-dev (>= 0.3.3),
+ libghc-simple-reflect-dev (<< 0.4),
libghc-simple-reflect-prof,
Build-Depends-Indep:
ghc-doc,
@@ -29,7 +34,7 @@ Build-Depends-Indep:
libghc-show-doc,
libghc-simple-reflect-doc,
Standards-Version: 4.7.0
-Homepage: https://github.com/gwern/mueval
+Homepage: https://github.com/TerenceNg03/mueval#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-mueval
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-mueval]
X-Description: safely evaluate pure Haskell expressions
=====================================
p/haskell-mueval/debian/patches/newer-deps
=====================================
@@ -0,0 +1,39 @@
+Index: b/mueval.cabal
+===================================================================
+--- a/mueval.cabal
++++ b/mueval.cabal
+@@ -1,6 +1,7 @@
+ cabal-version: 1.12
+ name: mueval
+ version: 0.9.4
++x-revision: 1
+ license: BSD3
+ license-file: LICENSE
+ maintainer: Terence Ng <stoicism03 at gmail.com>
+@@ -41,7 +42,7 @@ library
+
+ build-depends:
+ Cabal >=3.8.1.0 && <3.9,
+- QuickCheck >=2.14.3 && <2.15,
++ QuickCheck >=2.14.3 && <2.16,
+ base >=4.5 && <5,
+ containers >=0.6.7 && <0.7,
+ directory >=1.3.7.1 && <1.4,
+@@ -67,7 +68,7 @@ executable mueval
+
+ build-depends:
+ Cabal >=3.8.1.0 && <3.9,
+- QuickCheck >=2.14.3 && <2.15,
++ QuickCheck >=2.14.3 && <2.16,
+ base >=4.5 && <5,
+ containers >=0.6.7 && <0.7,
+ directory >=1.3.7.1 && <1.4,
+@@ -95,7 +96,7 @@ test-suite mueval-test
+
+ build-depends:
+ Cabal >=3.8.1.0 && <3.9,
+- QuickCheck >=2.14.3 && <2.15,
++ QuickCheck >=2.14.3 && <2.16,
+ base >=4.5 && <5,
+ containers >=0.6.7 && <0.7,
+ directory >=1.3.7.1 && <1.4,
=====================================
p/haskell-mueval/debian/patches/newer-deps-non-hackage
=====================================
@@ -0,0 +1,72 @@
+Index: b/mueval.cabal
+===================================================================
+--- a/mueval.cabal
++++ b/mueval.cabal
+@@ -41,7 +41,7 @@ library
+ -static
+
+ build-depends:
+- Cabal >=3.8.1.0 && <3.9,
++ Cabal >=3.8.1.0,
+ QuickCheck >=2.14.3 && <2.16,
+ base >=4.5 && <5,
+ containers >=0.6.7 && <0.7,
+@@ -49,11 +49,11 @@ library
+ extensible-exceptions >=0.1.1.4 && <0.2,
+ filepath >=1.4.2.2 && <1.5,
+ hint >=0.9.0.7 && <0.10,
+- mtl >=2.2.2 && <2.3,
++ mtl >=2.2.2,
+ process >=1.6.16.0 && <1.7,
+ show >=0.6 && <0.7,
+ simple-reflect >=0.3.3 && <0.4,
+- unix >=2.7.3 && <2.8
++ unix >=2.7.3
+
+ executable mueval
+ main-is: Main.hs
+@@ -67,7 +67,7 @@ executable mueval
+ -static -threaded -rtsopts -with-rtsopts=-N
+
+ build-depends:
+- Cabal >=3.8.1.0 && <3.9,
++ Cabal >=3.8.1.0,
+ QuickCheck >=2.14.3 && <2.16,
+ base >=4.5 && <5,
+ containers >=0.6.7 && <0.7,
+@@ -75,12 +75,12 @@ executable mueval
+ extensible-exceptions >=0.1.1.4 && <0.2,
+ filepath >=1.4.2.2 && <1.5,
+ hint >=0.9.0.7 && <0.10,
+- mtl >=2.2.2 && <2.3,
++ mtl >=2.2.2,
+ mueval,
+ process >=1.6.16.0 && <1.7,
+ show >=0.6 && <0.7,
+ simple-reflect >=0.3.3 && <0.4,
+- unix >=2.7.3 && <2.8
++ unix >=2.7.3
+
+ test-suite mueval-test
+ type: exitcode-stdio-1.0
+@@ -95,7 +95,7 @@ test-suite mueval-test
+ -static -threaded -rtsopts -with-rtsopts=-N
+
+ build-depends:
+- Cabal >=3.8.1.0 && <3.9,
++ Cabal >=3.8.1.0,
+ QuickCheck >=2.14.3 && <2.16,
+ base >=4.5 && <5,
+ containers >=0.6.7 && <0.7,
+@@ -103,9 +103,9 @@ test-suite mueval-test
+ extensible-exceptions >=0.1.1.4 && <0.2,
+ filepath >=1.4.2.2 && <1.5,
+ hint >=0.9.0.7 && <0.10,
+- mtl >=2.2.2 && <2.3,
++ mtl >=2.2.2,
+ mueval,
+ process >=1.6.16.0 && <1.7,
+ show >=0.6 && <0.7,
+ simple-reflect >=0.3.3 && <0.4,
+- unix >=2.7.3 && <2.8
++ unix >=2.7.3
=====================================
p/haskell-mueval/debian/patches/series
=====================================
@@ -0,0 +1,2 @@
+newer-deps
+newer-deps-non-hackage
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/95a7ce7e017b75b3e02999421cec39da99bdee27
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/95a7ce7e017b75b3e02999421cec39da99bdee27
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20241006/0e3f738a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list