[Git][haskell-team/DHG_packages][master] io-streams: patch for newer network and primitive
Clint Adams
gitlab at salsa.debian.org
Fri Jun 5 01:06:29 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
64e6c276 by Clint Adams at 2020-06-04T20:06:04-04:00
io-streams: patch for newer network and primitive
- - - - -
3 changed files:
- p/haskell-io-streams/debian/changelog
- + p/haskell-io-streams/debian/patches/newer-deps
- p/haskell-io-streams/debian/patches/series
Changes:
=====================================
p/haskell-io-streams/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-io-streams (1.5.1.0-3) unstable; urgency=medium
+
+ * Patch for newer network and primitive.
+
+ -- Clint Adams <clint at debian.org> Thu, 04 Jun 2020 20:05:48 -0400
+
haskell-io-streams (1.5.1.0-2) unstable; urgency=medium
* Sourceful upload for GHC 8.8.
=====================================
p/haskell-io-streams/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+--- a/io-streams.cabal
++++ b/io-streams.cabal
+@@ -121,8 +121,8 @@
+ Build-depends: base >= 4 && <5,
+ attoparsec >= 0.10 && <0.14,
+ bytestring >= 0.9 && <0.11,
+- network >= 2.3 && <3.1,
+- primitive >= 0.2 && <0.7,
++ network >= 2.3 && <3.2,
++ primitive >= 0.2 && <0.8,
+ process >= 1.1 && <1.7,
+ text >= 0.10 && <1.3,
+ time >= 1.2 && <1.10,
=====================================
p/haskell-io-streams/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-bytestring-builder
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/64e6c276dfa0c8aee68de042b5263b38d83dd899
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/64e6c276dfa0c8aee68de042b5263b38d83dd899
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/de6d4a97/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list