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

Clint Adams gitlab at salsa.debian.org
Sat Jun 6 14:41:11 BST 2020



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


Commits:
ef2f1d60 by Clint Adams at 2020-06-06T09:40:20-04:00
linear: patch for newer hashable

- - - - -


4 changed files:

- p/haskell-linear/debian/changelog
- p/haskell-linear/debian/control
- + p/haskell-linear/debian/patches/newer-deps
- + p/haskell-linear/debian/patches/series


Changes:

=====================================
p/haskell-linear/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-linear (1.20.9-3) unstable; urgency=medium
+
+  * Patch for newer hashable.
+
+ -- Clint Adams <clint at debian.org>  Sat, 06 Jun 2020 09:40:08 -0400
+
 haskell-linear (1.20.9-2) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-linear/debian/control
=====================================
@@ -2,6 +2,7 @@ Source: haskell-linear
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders:
  Joachim Breitner <nomeata at debian.org>,
+ Clint Adams <clint at debian.org>,
 Priority: optional
 Section: haskell
 Rules-Requires-Root: no
@@ -26,8 +27,8 @@ Build-Depends:
  libghc-distributive-dev (<< 1),
  libghc-distributive-dev (>= 0.2.2),
  libghc-distributive-prof,
- libghc-hashable-dev (<< 1.3),
  libghc-hashable-dev (>= 1.1),
+ libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
  libghc-lens-dev (>= 4.15.2),
  libghc-lens-dev (<< 5),


=====================================
p/haskell-linear/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/linear.cabal
++++ b/linear.cabal
+@@ -67,7 +67,7 @@
+     deepseq              >= 1.1   && < 1.5,
+     distributive         >= 0.2.2 && < 1,
+     ghc-prim,
+-    hashable             >= 1.1   && < 1.3,
++    hashable             >= 1.1   && < 1.4,
+     lens                 >= 4.15.2 && < 5,
+     reflection           >= 1.3.2 && < 3,
+     semigroups           >= 0.9   && < 1,


=====================================
p/haskell-linear/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ef2f1d60e63ab156951e42556d6d5463dee1a306
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/20200606/400ccebc/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list