[Git][haskell-team/DHG_packages][master] unordered-containers: patch for newer hashable
Clint Adams
gitlab at salsa.debian.org
Sun May 31 02:51:46 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
30bee83d by Clint Adams at 2020-05-30T21:51:15-04:00
unordered-containers: patch for newer hashable
- - - - -
4 changed files:
- p/haskell-unordered-containers/debian/changelog
- p/haskell-unordered-containers/debian/control
- + p/haskell-unordered-containers/debian/patches/newer-deps
- + p/haskell-unordered-containers/debian/patches/series
Changes:
=====================================
p/haskell-unordered-containers/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-unordered-containers (0.2.10.0-2) unstable; urgency=medium
+
+ * Patch for newer hashable.
+
+ -- Clint Adams <clint at debian.org> Sat, 30 May 2020 21:49:30 -0400
+
haskell-unordered-containers (0.2.10.0-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-unordered-containers/debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 10),
libghc-test-framework-quickcheck2-dev (>= 0.2.9) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-hashable-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Homepage: https://github.com/tibbe/unordered-containers
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-unordered-containers
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-unordered-containers]
=====================================
p/haskell-unordered-containers/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/unordered-containers.cabal
++++ b/unordered-containers.cabal
+@@ -43,7 +43,7 @@
+ build-depends:
+ base >= 4.7 && < 5,
+ deepseq >= 1.1,
+- hashable >= 1.0.1.1 && < 1.3
++ hashable >= 1.0.1.1 && < 1.4
+
+ default-language: Haskell2010
+
=====================================
p/haskell-unordered-containers/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/30bee83df26362a9897edbb6700f62a1079f7d89
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/30bee83df26362a9897edbb6700f62a1079f7d89
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/20200531/d7ee09e6/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list