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

Clint Adams gitlab at salsa.debian.org
Sat Jul 11 01:41:15 BST 2020



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


Commits:
74950c17 by Clint Adams at 2020-07-10T20:38:02-04:00
reactive-banana: patch for newer hashable

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-reactive-banana/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-reactive-banana (1.2.1.0-2) unstable; urgency=medium
+
+  * Patch for newer hashable.  closes: #964833.
+
+ -- Clint Adams <clint at debian.org>  Fri, 10 Jul 2020 20:35:40 -0400
+
 haskell-reactive-banana (1.2.1.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-reactive-banana/debian/control
=====================================
@@ -11,14 +11,14 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-hashable-dev (<< 1.3),
  libghc-hashable-dev (>= 1.1),
+ libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
  libghc-pqueue-dev (>= 1.0),
  libghc-pqueue-dev (<< 1.5),
  libghc-pqueue-prof,
  libghc-semigroups-dev (>= 0.13),
- libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (<< 0.20),
  libghc-semigroups-prof,
  libghc-unordered-containers-dev (>= 0.2.1.0),
  libghc-unordered-containers-dev (<< 0.3),
@@ -34,7 +34,7 @@ Build-Depends-Indep:
  libghc-semigroups-doc,
  libghc-unordered-containers-doc,
  libghc-vault-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: http://wiki.haskell.org/Reactive-banana
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-reactive-banana
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-reactive-banana]


=====================================
p/haskell-reactive-banana/debian/patches/newer-deps
=====================================
@@ -0,0 +1,17 @@
+--- a/reactive-banana.cabal
++++ b/reactive-banana.cabal
+@@ -44,12 +44,12 @@
+     hs-source-dirs:     src
+ 
+     build-depends:      base >= 4.2 && < 5,
+-                        semigroups >= 0.13 && < 0.19,
++                        semigroups >= 0.13 && < 0.20,
+                         containers >= 0.5 && < 0.7,
+                         transformers >= 0.2 && < 0.6,
+                         vault == 0.3.*,
+                         unordered-containers >= 0.2.1.0 && < 0.3,
+-                        hashable >= 1.1 && < 1.3,
++                        hashable >= 1.1 && < 1.4,
+                         pqueue >= 1.0 && < 1.5
+ 
+     exposed-modules:


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/74950c17d02f7904313dba223d63000994dbc99f
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/20200711/9b913b37/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list