[Git][haskell-team/DHG_packages][master] strict: patch for newer hashable
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jan 9 02:01:07 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5d37fcd3 by Clint Adams at 2026-01-08T21:00:29-05:00
strict: patch for newer hashable
- - - - -
4 changed files:
- p/haskell-strict/debian/changelog
- p/haskell-strict/debian/control
- + p/haskell-strict/debian/patches/newer-deps
- + p/haskell-strict/debian/patches/series
Changes:
=====================================
p/haskell-strict/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-strict (0.5.1-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Thu, 08 Jan 2026 20:59:13 -0500
+
haskell-strict (0.5.1-1) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-strict/debian/control
=====================================
@@ -14,7 +14,7 @@ Build-Depends:
libghc-assoc-dev (<< 1.2),
libghc-assoc-prof,
libghc-hashable-dev (>= 1.4.7.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-these-dev (>= 1.2.1),
libghc-these-dev (<< 1.3),
=====================================
p/haskell-strict/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/strict.cabal
++++ b/strict.cabal
+@@ -83,7 +83,7 @@ library
+ , bytestring >=0.10.8.2 && <0.13
+ , deepseq >=1.4.4.0 && <1.6
+ , ghc-prim
+- , hashable >=1.4.7.0 && <1.5
++ , hashable >=1.4.7.0 && <1.6
+ , text >=1.2.3.1 && <1.3 || >=2.0 && <2.2
+ , these >=1.2.1 && <1.3
+ , transformers >=0.5.6.2 && <0.7
=====================================
p/haskell-strict/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5d37fcd3a7083f8dd618784a7bead581d76c0b1c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5d37fcd3a7083f8dd618784a7bead581d76c0b1c
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/20260109/4f3609bb/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list