[Git][haskell-team/DHG_packages][master] test-framework-quickcheck2: patch for newer QuickCheck
Clint Adams
gitlab at salsa.debian.org
Mon Jun 1 13:58:39 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d88d303b by Clint Adams at 2020-06-01T08:57:36-04:00
test-framework-quickcheck2: patch for newer QuickCheck
- - - - -
4 changed files:
- p/haskell-test-framework-quickcheck2/debian/changelog
- p/haskell-test-framework-quickcheck2/debian/control
- + p/haskell-test-framework-quickcheck2/debian/patches/newer-deps
- + p/haskell-test-framework-quickcheck2/debian/patches/series
Changes:
=====================================
p/haskell-test-framework-quickcheck2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-test-framework-quickcheck2 (0.3.0.5-3) unstable; urgency=medium
+
+ * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Mon, 01 Jun 2020 08:57:21 -0400
+
haskell-test-framework-quickcheck2 (0.3.0.5-2) unstable; urgency=medium
* Sourceful upload for GHC 8.8.
=====================================
p/haskell-test-framework-quickcheck2/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
ghc (>= 8),
ghc-prof,
libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.13),
+ libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-extensible-exceptions-dev (>= 0.1.1),
libghc-extensible-exceptions-dev (<< 0.2.0),
=====================================
p/haskell-test-framework-quickcheck2/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/test-framework-quickcheck2.cabal
++++ b/test-framework-quickcheck2.cabal
+@@ -27,7 +27,7 @@
+ Exposed-Modules: Test.Framework.Providers.QuickCheck2
+
+ Build-Depends: test-framework == 0.8.*
+- , QuickCheck >= 2.4 && < 2.13
++ , QuickCheck >= 2.4 && < 2.15
+ , base >= 4.3 && < 5
+ , extensible-exceptions >= 0.1.1 && < 0.2.0
+ , random >= 1 && < 1.2
=====================================
p/haskell-test-framework-quickcheck2/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d88d303b749e6ca7c7d146c20e4c118dc4f41725
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d88d303b749e6ca7c7d146c20e4c118dc4f41725
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/20200601/a0ccbafa/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list