[Git][haskell-team/DHG_packages][master] optparse-applicative: patch for newer QuickCheck
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jan 5 23:35:39 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3a9c4ac4 by Clint Adams at 2026-01-05T18:34:50-05:00
optparse-applicative: patch for newer QuickCheck
- - - - -
4 changed files:
- p/haskell-optparse-applicative/debian/changelog
- p/haskell-optparse-applicative/debian/control
- + p/haskell-optparse-applicative/debian/patches/newer-deps
- + p/haskell-optparse-applicative/debian/patches/series
Changes:
=====================================
p/haskell-optparse-applicative/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-optparse-applicative (0.18.1.0-3) unstable; urgency=medium
+
+ * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Mon, 05 Jan 2026 18:33:59 -0500
+
haskell-optparse-applicative (0.18.1.0-2) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-optparse-applicative/debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends:
libghc-transformers-compat-dev (<< 0.8),
libghc-transformers-compat-prof,
libghc-quickcheck2-dev (>= 2.8) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.15) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.16) <!nocheck>,
libghc-quickcheck2-prof,
Build-Depends-Indep: ghc-doc,
libghc-prettyprinter-doc,
=====================================
p/haskell-optparse-applicative/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/optparse-applicative.cabal
++++ b/optparse-applicative.cabal
+@@ -134,7 +134,7 @@ test-suite tests
+
+ build-depends: base
+ , optparse-applicative
+- , QuickCheck >= 2.8 && < 2.15
++ , QuickCheck >= 2.8 && < 2.16
+
+ if !impl(ghc >= 8)
+ build-depends: semigroups
=====================================
p/haskell-optparse-applicative/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3a9c4ac4c7bb28b816e39d24df4d3df08cb8db94
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3a9c4ac4c7bb28b816e39d24df4d3df08cb8db94
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/20260105/5d9cd8c0/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list