[Git][haskell-team/DHG_packages][master] uuid: patch for newer entropy
Clint Adams
gitlab at salsa.debian.org
Mon Oct 22 00:12:42 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
f9502981 by Clint Adams at 2018-10-21T23:10:34Z
uuid: patch for newer entropy
- - - - -
3 changed files:
- p/haskell-uuid/debian/changelog
- p/haskell-uuid/debian/control
- p/haskell-uuid/debian/patches/newer-deps
Changes:
=====================================
p/haskell-uuid/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-uuid (1.3.13-7) unstable; urgency=medium
+
+ * Patch for newer entropy.
+
+ -- Clint Adams <clint at debian.org> Sun, 21 Oct 2018 19:08:46 -0400
+
haskell-uuid (1.3.13-6) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
=====================================
p/haskell-uuid/debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends:
libghc-cryptohash-sha1-dev (<< 0.12),
libghc-cryptohash-sha1-prof,
libghc-entropy-dev (>= 0.3.7),
- libghc-entropy-dev (<< 0.4),
+ libghc-entropy-dev (<< 0.5),
libghc-entropy-prof,
libghc-network-info-dev (>= 0.2),
libghc-network-info-dev (<< 0.3),
@@ -42,7 +42,7 @@ Build-Depends-Indep: ghc-doc,
libghc-network-info-doc,
libghc-random-doc,
libghc-uuid-types-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
Homepage: https://github.com/hvr/uuid
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-uuid
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-uuid]
=====================================
p/haskell-uuid/debian/patches/newer-deps
=====================================
@@ -1,7 +1,11 @@
--- a/uuid.cabal
+++ b/uuid.cabal
-@@ -37,7 +37,7 @@
- entropy >= 0.3.7 && < 0.4,
+@@ -34,10 +34,10 @@
+ bytestring >= 0.10 && < 0.11,
+ cryptohash-sha1 >= 0.11.100 && < 0.12,
+ cryptohash-md5 >= 0.11.100 && < 0.12,
+- entropy >= 0.3.7 && < 0.4,
++ entropy >= 0.3.7 && < 0.5,
network-info == 0.2.*,
random >= 1.0.1 && < 1.2,
- time >= 1.1 && < 1.8,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f9502981ea8ad316c5c27883bac3324d7a4c202e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/f9502981ea8ad316c5c27883bac3324d7a4c202e
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/20181021/65fc64a7/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list