[Git][haskell-team/DHG_packages][master] path: patch for newer hashable
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Feb 10 23:42:44 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5d57515f by Clint Adams at 2026-02-10T18:42:06-05:00
path: patch for newer hashable
- - - - -
4 changed files:
- p/haskell-path/debian/changelog
- p/haskell-path/debian/control
- + p/haskell-path/debian/patches/newer-deps
- + p/haskell-path/debian/patches/series
Changes:
=====================================
p/haskell-path/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-path (0.9.6-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 10 Feb 2026 18:41:00 -0500
+
haskell-path (0.9.6-1) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-path/debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends:
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
libghc-hashable-dev (>= 1.2),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-quickcheck2-dev <!nocheck>,
libghc-aeson-dev <!nocheck>,
=====================================
p/haskell-path/debian/patches/newer-deps
=====================================
@@ -0,0 +1,19 @@
+--- a/path.cabal
++++ b/path.cabal
+@@ -1,6 +1,7 @@
+ cabal-version: 3.0
+ name: path
+ version: 0.9.6
++x-revision: 1
+ synopsis: Support for well-typed paths
+ description: Support for well-typed paths.
+ license: BSD-3-Clause
+@@ -73,7 +74,7 @@ library
+ , base >= 4.12 && < 5
+ , deepseq
+ , exceptions >= 0.4 && < 0.11
+- , hashable >= 1.2 && < 1.5
++ , hashable >= 1.2 && < 1.6
+ , path:os-string-compat
+ , text
+ , template-haskell
=====================================
p/haskell-path/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5d57515f4d997832697f3f6904775e51d73cc6b3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5d57515f4d997832697f3f6904775e51d73cc6b3
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/20260210/99bd89aa/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list