Commit f9502981 authored by Clint Adams's avatar Clint Adams
Browse files

uuid: patch for newer entropy

parent 47ad6eee
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-uuid (1.3.13-7) unstable; urgency=medium

  * Patch for newer entropy.

 -- Clint Adams <clint@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)
+2 −2
Original line number Diff line number Diff line
@@ -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]
+6 −2
Original line number Diff line number Diff line
--- 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,