[Git][haskell-team/DHG_packages][master] parameterized-utils: Patch for newer hashtables

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Sep 10 16:40:58 BST 2025



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8633302f by Scott Talbert at 2025-09-10T11:21:43-04:00
parameterized-utils: Patch for newer hashtables

- - - - -


4 changed files:

- p/haskell-parameterized-utils/debian/changelog
- p/haskell-parameterized-utils/debian/control
- + p/haskell-parameterized-utils/debian/patches/newer-deps
- + p/haskell-parameterized-utils/debian/patches/series


Changes:

=====================================
p/haskell-parameterized-utils/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-parameterized-utils (2.1.9.0-2) unstable; urgency=medium
+
+  * Patch for newer hashtables
+
+ -- Scott Talbert <swt at techie.net>  Wed, 10 Sep 2025 11:21:26 -0400
+
 haskell-parameterized-utils (2.1.9.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-parameterized-utils/debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 10),
  libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
  libghc-hashtables-dev (>= 1.2),
- libghc-hashtables-dev (<< 1.4),
+ libghc-hashtables-dev (<< 1.5),
  libghc-hashtables-prof,
  libghc-hedgehog-dev,
  libghc-hedgehog-prof,


=====================================
p/haskell-parameterized-utils/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/parameterized-utils.cabal
++++ b/parameterized-utils.cabal
+@@ -58,7 +58,7 @@ library
+                , deepseq
+                , ghc-prim
+                , hashable       >=1.2  && <1.6
+-               , hashtables     >=1.2  && <1.4
++               , hashtables     >=1.2  && <1.5
+                , indexed-traversable
+                , lens           >=4.16 && <5.4
+                , mtl


=====================================
p/haskell-parameterized-utils/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8633302febd13f9a269a1a62a1d4ccb5782e1a99

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8633302febd13f9a269a1a62a1d4ccb5782e1a99
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/20250910/c790c967/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list