[Git][haskell-team/DHG_packages][master] fgl-arbitrary: patch for newer QuickCheck
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Feb 19 13:38:25 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5e4659de by Clint Adams at 2026-02-19T08:38:01-05:00
fgl-arbitrary: patch for newer QuickCheck
- - - - -
4 changed files:
- p/haskell-fgl-arbitrary/debian/changelog
- p/haskell-fgl-arbitrary/debian/control
- p/haskell-fgl-arbitrary/debian/patches/newer-hspec → p/haskell-fgl-arbitrary/debian/patches/newer-deps
- p/haskell-fgl-arbitrary/debian/patches/series
Changes:
=====================================
p/haskell-fgl-arbitrary/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-fgl-arbitrary (0.2.0.6-5) UNRELEASED; urgency=medium
+haskell-fgl-arbitrary (0.2.0.6-5) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:12:06 -0500
+ [ Clint Adams ]
+ * Patch for newer QuickCheck. closes: #1127919.
+
+ -- Clint Adams <clint at debian.org> Thu, 19 Feb 2026 08:37:34 -0500
haskell-fgl-arbitrary (0.2.0.6-4) unstable; urgency=medium
=====================================
p/haskell-fgl-arbitrary/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.4),
ghc-prof,
libghc-quickcheck2-dev (>= 2.3),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
libghc-fgl-dev (>= 5.5.2.0),
libghc-fgl-dev (<< 6),
=====================================
p/haskell-fgl-arbitrary/debian/patches/newer-hspec → p/haskell-fgl-arbitrary/debian/patches/newer-deps
=====================================
@@ -1,7 +1,14 @@
-Index: b/fgl-arbitrary.cabal
-===================================================================
--- a/fgl-arbitrary.cabal
+++ b/fgl-arbitrary.cabal
+@@ -33,7 +33,7 @@ library
+ -- other-extensions:
+ build-depends: base < 5
+ , fgl >= 5.5.2.0 && < 6
+- , QuickCheck >= 2.3 && < 2.15
++ , QuickCheck >= 2.3 && < 2.16
+ -- hs-source-dirs:
+ default-language: Haskell2010
+
@@ -48,7 +48,7 @@ test-suite fgl-arbitrary-tests
, fgl
, base
=====================================
p/haskell-fgl-arbitrary/debian/patches/series
=====================================
@@ -1 +1 @@
-newer-hspec
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5e4659de466abec8b2e6b4972c06ff4148b94585
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5e4659de466abec8b2e6b4972c06ff4148b94585
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/20260219/8e195775/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list