[Git][haskell-team/DHG_packages][master] semigroups: fix build-dep on hashable
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Sep 12 18:50:26 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
bb1f81be by Clint Adams at 2023-09-12T13:50:03-04:00
semigroups: fix build-dep on hashable
- - - - -
2 changed files:
- p/haskell-semigroups/debian/changelog
- p/haskell-semigroups/debian/control
Changes:
=====================================
p/haskell-semigroups/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-semigroups (0.20-2) unstable; urgency=medium
+
+ * Fix upper bound on hashable.
+
+ -- Clint Adams <clint at debian.org> Tue, 12 Sep 2023 13:48:48 -0400
+
haskell-semigroups (0.20-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-semigroups/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
ghc (>= 8.4.3),
ghc-prof,
libghc-hashable-dev (>= 1.2.5.0),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
libghc-hashable-prof,
libghc-tagged-dev (>= 0.4.4),
libghc-tagged-dev (<< 1),
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bb1f81be1fa5d9db4f71c73805ab0e0d5fb2169e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bb1f81be1fa5d9db4f71c73805ab0e0d5fb2169e
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/20230912/855ccebc/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list