[Git][haskell-team/DHG_packages][master] semigroups: patch for newer hashable
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jan 20 05:09:00 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a39f3989 by Clint Adams at 2026-01-20T00:08:33-05:00
semigroups: patch for newer hashable
- - - - -
4 changed files:
- p/haskell-semigroups/debian/changelog
- p/haskell-semigroups/debian/control
- + p/haskell-semigroups/debian/patches/newer-deps
- + p/haskell-semigroups/debian/patches/series
Changes:
=====================================
p/haskell-semigroups/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-semigroups (0.20-5) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 20 Jan 2026 00:05:31 -0500
+
haskell-semigroups (0.20-4) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-semigroups/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
ghc (>= 8.4.3),
ghc-prof,
libghc-hashable-dev (>= 1.2.5.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-tagged-dev (>= 0.4.4),
libghc-tagged-dev (<< 1),
=====================================
p/haskell-semigroups/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/semigroups.cabal
++++ b/semigroups.cabal
+@@ -175,7 +175,7 @@ library
+ build-depends: text >= 0.10 && < 2
+
+ if flag(hashable)
+- build-depends: hashable >= 1.2.5.0 && < 1.5
++ build-depends: hashable >= 1.2.5.0 && < 1.6
+
+ if flag(hashable) && flag(unordered-containers)
+ build-depends: unordered-containers >= 0.2 && < 0.3
=====================================
p/haskell-semigroups/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a39f3989b97613b8d9c6025a89d91b73326fb9b4
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a39f3989b97613b8d9c6025a89d91b73326fb9b4
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/20260120/7db74460/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list