[Git][haskell-team/DHG_packages][master] exceptions: patch for newer QuickCheck
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jun 17 01:21:46 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
f427a9c8 by Clint Adams at 2022-06-16T20:21:20-04:00
exceptions: patch for newer QuickCheck
- - - - -
4 changed files:
- p/haskell-exceptions/debian/changelog
- p/haskell-exceptions/debian/control
- + p/haskell-exceptions/debian/patches/newer-deps
- + p/haskell-exceptions/debian/patches/series
Changes:
=====================================
p/haskell-exceptions/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-exceptions (0.10.4-3) unstable; urgency=medium
+
+ * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Thu, 16 Jun 2022 20:20:15 -0400
+
haskell-exceptions (0.10.4-2) unstable; urgency=medium
* Sourceful upload for GHC 9.
=====================================
p/haskell-exceptions/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-quickcheck2-dev (>= 2.5),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-test-framework-dev (>= 0.8),
libghc-test-framework-dev (<< 0.9),
=====================================
p/haskell-exceptions/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/exceptions.cabal
++++ b/exceptions.cabal
+@@ -86,7 +86,7 @@ test-suite exceptions-tests
+ test-framework >= 0.8 && < 0.9,
+ test-framework-hunit >= 0.3 && < 0.4,
+ test-framework-quickcheck2 >= 0.3 && < 0.4,
+- QuickCheck >= 2.5 && < 2.14
++ QuickCheck >= 2.5 && < 2.15
+
+ if flag(transformers-0-4)
+ build-depends:
=====================================
p/haskell-exceptions/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f427a9c81c0fece749b0c5a7130785a125903c5e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f427a9c81c0fece749b0c5a7130785a125903c5e
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/20220617/082e6af4/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list