[Git][haskell-team/DHG_packages][master] test-framework-quickcheck2: patch for newer random
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jun 17 00:55:26 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2ce16aca by Clint Adams at 2022-06-16T19:54:34-04:00
test-framework-quickcheck2: patch for newer random
- - - - -
3 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
Changes:
=====================================
p/haskell-test-framework-quickcheck2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-test-framework-quickcheck2 (0.3.0.5-5) unstable; urgency=medium
+
+ * Patch for newer random.
+
+ -- Clint Adams <clint at debian.org> Thu, 16 Jun 2022 19:54:19 -0400
+
haskell-test-framework-quickcheck2 (0.3.0.5-4) unstable; urgency=medium
* Sourceful upload for GHC 9.
=====================================
p/haskell-test-framework-quickcheck2/debian/control
=====================================
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
libghc-extensible-exceptions-dev (<< 0.2.0),
libghc-extensible-exceptions-prof,
libghc-random-dev (>= 1),
- libghc-random-dev (<< 1.2),
+ libghc-random-dev (<< 1.3),
libghc-random-prof,
libghc-test-framework-dev (>= 0.8),
libghc-test-framework-dev (<< 0.9),
=====================================
p/haskell-test-framework-quickcheck2/debian/patches/newer-deps
=====================================
@@ -1,6 +1,6 @@
--- a/test-framework-quickcheck2.cabal
+++ b/test-framework-quickcheck2.cabal
-@@ -27,7 +27,7 @@
+@@ -27,10 +27,10 @@ Library
Exposed-Modules: Test.Framework.Providers.QuickCheck2
Build-Depends: test-framework == 0.8.*
@@ -8,4 +8,8 @@
+ , QuickCheck >= 2.4 && < 2.15
, base >= 4.3 && < 5
, extensible-exceptions >= 0.1.1 && < 0.2.0
- , random >= 1 && < 1.2
+- , random >= 1 && < 1.2
++ , random >= 1 && < 1.3
+
+ Ghc-Options: -Wall
+
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2ce16aca97b28d05250349fcd41b7e9d1c06d76b
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2ce16aca97b28d05250349fcd41b7e9d1c06d76b
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/20220616/edaf395d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list