[Git][haskell-team/DHG_packages][master] io-streams: Upgrading from 1.5.0.1 to 1.5.1.0
Clint Adams
gitlab at salsa.debian.org
Sun Jul 28 21:24:27 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9a8a4779 by Clint Adams at 2019-07-28T20:24:13Z
io-streams: Upgrading from 1.5.0.1 to 1.5.1.0
- - - - -
3 changed files:
- p/haskell-io-streams/debian/changelog
- p/haskell-io-streams/debian/control
- p/haskell-io-streams/debian/patches/no-bytestring-builder
Changes:
=====================================
p/haskell-io-streams/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-io-streams (1.5.1.0-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 28 Jul 2019 16:22:07 -0400
+
haskell-io-streams (1.5.0.1-3) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
=====================================
p/haskell-io-streams/debian/control
=====================================
@@ -14,8 +14,8 @@ Build-Depends:
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
- libghc-network-dev (<< 2.7),
libghc-network-dev (>= 2.3),
+ libghc-network-dev (<< 3.1),
libghc-network-prof,
libghc-primitive-dev (<< 0.7),
libghc-primitive-dev (>= 0.2),
@@ -33,8 +33,8 @@ Build-Depends-Indep:
libghc-primitive-doc,
libghc-vector-doc,
libghc-zlib-bindings-doc,
-Standards-Version: 4.1.4
-Homepage: http://hackage.haskell.org/package/io-streams
+Standards-Version: 4.4.0
+Homepage: https://hackage.haskell.org/package/io-streams
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-io-streams
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-io-streams]
X-Description: simple, composable, and easy-to-use stream I/O
=====================================
p/haskell-io-streams/debian/patches/no-bytestring-builder
=====================================
@@ -1,18 +1,18 @@
--- a/io-streams.cabal
+++ b/io-streams.cabal
-@@ -122,7 +122,6 @@ Library
+@@ -121,7 +121,6 @@
Build-depends: base >= 4 && <5,
attoparsec >= 0.10 && <0.14,
bytestring >= 0.9 && <0.11,
- bytestring-builder >= 0.10 && <0.11,
- network >= 2.3 && <2.7,
+ network >= 2.3 && <3.1,
primitive >= 0.2 && <0.7,
process >= 1.1 && <1.7,
-@@ -205,7 +204,6 @@ Test-suite testsuite
- Build-depends: base >= 4 && <5,
- attoparsec >= 0.10 && <0.14,
- bytestring >= 0.9 && <0.11,
-- bytestring-builder >= 0.10 && <0.11,
+@@ -204,7 +203,6 @@
+ Build-depends: base,
+ attoparsec,
+ bytestring,
+- bytestring-builder,
deepseq >= 1.2 && <1.5,
directory >= 1.1 && <2,
filepath >= 1.2 && <2,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9a8a47790c19e101adb3f0429a703cd4cd351b3c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9a8a47790c19e101adb3f0429a703cd4cd351b3c
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/20190728/6ad0166e/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list