[Git][haskell-team/DHG_packages][master] vector-binary-instances: patch for newer base

Clint Adams gitlab at salsa.debian.org
Fri Jun 5 13:34:08 BST 2020



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


Commits:
e1d93a18 by Clint Adams at 2020-06-05T08:32:02-04:00
vector-binary-instances: patch for newer base

- - - - -


3 changed files:

- p/haskell-vector-binary-instances/debian/changelog
- + p/haskell-vector-binary-instances/debian/patches/newer-deps
- + p/haskell-vector-binary-instances/debian/patches/series


Changes:

=====================================
p/haskell-vector-binary-instances/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector-binary-instances (0.2.5.1-3) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Fri, 05 Jun 2020 08:30:46 -0400
+
 haskell-vector-binary-instances (0.2.5.1-2) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-vector-binary-instances/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/vector-binary-instances.cabal
++++ b/vector-binary-instances.cabal
+@@ -53,7 +53,7 @@
+ 
+   -- Packages needed in order to build this package.
+   Build-depends:
+-    base > 3 && < 4.13,
++    base > 3 && < 4.15,
+     vector >= 0.6 && < 0.13,
+     binary >= 0.5 && < 0.11
+ 


=====================================
p/haskell-vector-binary-instances/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e1d93a187509ab89fa43ba54beacf5321b498234
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/20200605/4702e495/attachment.html>


More information about the Pkg-haskell-commits mailing list