[Git][haskell-team/DHG_packages][master] attoparsec: patch for newer QuickCheck
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jan 7 00:43:06 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
472cd025 by Clint Adams at 2026-01-06T19:42:50-05:00
attoparsec: patch for newer QuickCheck
- - - - -
3 changed files:
- p/haskell-attoparsec/debian/changelog
- p/haskell-attoparsec/debian/control
- p/haskell-attoparsec/debian/patches/newer-deps
Changes:
=====================================
p/haskell-attoparsec/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-attoparsec (0.14.4-5) UNRELEASED; urgency=medium
+haskell-attoparsec (0.14.4-5) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:22 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 06 Jan 2026 19:40:56 -0500
haskell-attoparsec (0.14.4-4) unstable; urgency=medium
=====================================
p/haskell-attoparsec/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
libghc-quickcheck2-dev (>= 2.13.2),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
libghc-quickcheck-unicode-dev,
libghc-scientific-dev,
@@ -23,7 +23,7 @@ Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: ghc-doc,
libghc-scientific-doc,
libghc-semigroups-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/bgamari/attoparsec
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-attoparsec
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-attoparsec]
=====================================
p/haskell-attoparsec/debian/patches/newer-deps
=====================================
@@ -1,5 +1,3 @@
-Index: b/attoparsec.cabal
-===================================================================
--- a/attoparsec.cabal
+++ b/attoparsec.cabal
@@ -1,21 +1,39 @@
@@ -76,6 +74,15 @@ Index: b/attoparsec.cabal
attoparsec-internal
if impl(ghc < 7.4)
build-depends:
+@@ -124,7 +142,7 @@ test-suite attoparsec-tests
+ base,
+ bytestring,
+ deepseq >= 1.1,
+- QuickCheck >= 2.13.2 && < 2.15,
++ QuickCheck >= 2.13.2 && < 2.16,
+ quickcheck-unicode,
+ scientific,
+ tasty >= 0.11,
@@ -194,4 +212,4 @@ benchmark attoparsec-benchmarks
source-repository head
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/472cd025a6001faa593e77b9a34b6d480660334f
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/472cd025a6001faa593e77b9a34b6d480660334f
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/20260107/6fa9b685/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list