[Git][haskell-team/DHG_packages][master] fgl: patch for newer QuickCheck
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jan 8 21:18:47 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
69383299 by Clint Adams at 2026-01-08T16:16:54-05:00
fgl: patch for newer QuickCheck
- - - - -
4 changed files:
- p/haskell-fgl/debian/changelog
- p/haskell-fgl/debian/control
- + p/haskell-fgl/debian/patches/newer-deps
- + p/haskell-fgl/debian/patches/series
Changes:
=====================================
p/haskell-fgl/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-fgl (5.8.3.0-3) unstable; urgency=medium
+
+ * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Thu, 08 Jan 2026 16:15:25 -0500
+
haskell-fgl (5.8.3.0-2) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-fgl/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.4),
ghc-prof,
libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
libghc-hspec-dev (>= 2.1),
libghc-hspec-dev (<< 2.12),
=====================================
p/haskell-fgl/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/fgl.cabal
++++ b/fgl.cabal
+@@ -92,7 +92,7 @@ test-suite fgl-tests {
+
+ build-depends: fgl
+ , base
+- , QuickCheck >= 2.8 && < 2.15
++ , QuickCheck >= 2.8 && < 2.16
+ , hspec >= 2.1 && < 2.12
+ , containers
+
=====================================
p/haskell-fgl/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/69383299f522beaf068e35206243d340d5dc85af
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/69383299f522beaf068e35206243d340d5dc85af
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/20260108/5af05385/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list