[Git][haskell-team/DHG_packages][master] dlist: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jan 6 15:47:57 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
6430d5ef by Clint Adams at 2026-01-06T10:47:22-05:00
dlist: patch for newer deps
- - - - -
4 changed files:
- p/haskell-dlist/debian/changelog
- p/haskell-dlist/debian/control
- + p/haskell-dlist/debian/patches/newer-deps
- + p/haskell-dlist/debian/patches/series
Changes:
=====================================
p/haskell-dlist/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-dlist (1.0-6) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 06 Jan 2026 10:45:35 -0500
+
haskell-dlist (1.0-5) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-dlist/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 9.4),
ghc-prof,
libghc-quickcheck2-dev (>= 2.10),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.16),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.7.3
Homepage: https://github.com/spl/dlist
=====================================
p/haskell-dlist/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/dlist.cabal
++++ b/dlist.cabal
+@@ -42,7 +42,7 @@ flag Werror
+ library
+ build-depends:
+ base >= 4 && < 5,
+- deepseq >= 1.1 && < 1.5
++ deepseq >= 1.1 && < 1.6
+ exposed-modules: Data.DList
+ Data.DList.Unsafe
+ other-modules: Data.DList.Internal
+@@ -80,7 +80,7 @@ test-suite test
+ -- QuickCheck-2.10 is the first version supporting
+ -- base-4.9 (ghc-8) without the Arbitrary NonEmpty
+ -- instance, which we include ourselves.
+- QuickCheck >= 2.10 && < 2.15
++ QuickCheck >= 2.10 && < 3
+ default-language: Haskell2010
+ ghc-options: -Wall
+ if impl(ghc >= 8.0)
=====================================
p/haskell-dlist/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6430d5efe4bd14adfd0263643c4645341229dd3d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6430d5efe4bd14adfd0263643c4645341229dd3d
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/20260106/4aca9957/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list