[Git][haskell-team/DHG_packages][master] uuid-types: patch for newer hashable

Clint Adams gitlab at salsa.debian.org
Tue Jun 2 14:28:41 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
010a64b1 by Clint Adams at 2020-06-02T09:28:13-04:00
uuid-types: patch for newer hashable

- - - - -


3 changed files:

- p/haskell-uuid-types/debian/changelog
- p/haskell-uuid-types/debian/control
- p/haskell-uuid-types/debian/patches/newer-deps


Changes:

=====================================
p/haskell-uuid-types/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-uuid-types (1.0.3-14) unstable; urgency=medium
+
+  * Patch for newer hashable.
+
+ -- Clint Adams <clint at debian.org>  Tue, 02 Jun 2020 09:28:01 -0400
+
 haskell-uuid-types (1.0.3-13) unstable; urgency=medium
 
   * Fix Build-Depends.


=====================================
p/haskell-uuid-types/debian/control
=====================================
@@ -10,7 +10,8 @@ Build-Depends:
  ghc (>= 8.4.3),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-hashable-dev,
+ libghc-hashable-dev (>= 1.2.1),
+ libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
  libghc-random-dev (<< 1.2),
  libghc-random-dev (>= 1.0.1),


=====================================
p/haskell-uuid-types/debian/patches/newer-deps
=====================================
@@ -1,5 +1,14 @@
 --- a/uuid-types.cabal
 +++ b/uuid-types.cabal
+@@ -30,7 +30,7 @@
+                 binary >= 0.4 && < 0.9,
+                 bytestring >= 0.9 && < 0.11,
+                 deepseq >= 1.3 && < 1.5,
+-                hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
++                hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4),
+                 random >= 1.0.1 && < 1.2,
+                 text >= 1 && < 1.3
+ 
 @@ -56,11 +56,11 @@
      Build-Depends:     base >= 3 && < 5,
                         uuid-types,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/010a64b164a8b2f431ae24d2be6474d666224ad2

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/010a64b164a8b2f431ae24d2be6474d666224ad2
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/20200602/f52f18cc/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list