[Git][haskell-team/DHG_packages][master] hashable: fix b-ds
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jun 16 13:50:57 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
b5d89f4a by Clint Adams at 2022-06-16T08:49:59-04:00
hashable: fix b-ds
- - - - -
4 changed files:
- p/haskell-hashable/debian/changelog
- p/haskell-hashable/debian/control
- + p/haskell-hashable/debian/patches/bignum1.1
- p/haskell-hashable/debian/patches/series
Changes:
=====================================
p/haskell-hashable/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hashable (1.3.5.0-2) unstable; urgency=medium
+
+ * Fix Build-Depends.
+
+ -- Clint Adams <clint at debian.org> Thu, 16 Jun 2022 08:45:02 -0400
+
haskell-hashable (1.3.5.0-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-hashable/debian/control
=====================================
@@ -10,10 +10,10 @@ Build-Depends: debhelper (>= 10),
ghc (>= 8.4.3),
ghc-prof,
libghc-random-dev (>= 1.0),
- libghc-random-dev (<< 1.2),
+ libghc-random-dev (<< 1.3),
Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.5.0
-Homepage: http://github.com/haskell-unordered-containers/hashable
+Standards-Version: 4.6.1
+Homepage: https://github.com/haskell-unordered-containers/hashable
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hashable
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hashable]
X-Description: class for types that can be converted to a hash value
=====================================
p/haskell-hashable/debian/patches/bignum1.1
=====================================
@@ -0,0 +1,11 @@
+--- a/hashable.cabal
++++ b/hashable.cabal
+@@ -85,7 +85,7 @@ library
+ , text >=0.12 && <1.3
+
+ if impl(ghc >=9)
+- build-depends: ghc-bignum ==1.0.* || ==1.2.*
++ build-depends: ghc-bignum >= 1.0
+
+ else
+ if flag(integer-gmp)
=====================================
p/haskell-hashable/debian/patches/series
=====================================
@@ -1 +1,2 @@
comma
+bignum1.1
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b5d89f4a390be5b084db00487f18c06352d1db67
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b5d89f4a390be5b084db00487f18c06352d1db67
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/20220616/be76980b/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list