summaryrefslogtreecommitdiff
path: root/p/haskell-io-streams
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-05-25 10:58:17 -0400
committerClint Adams <clint@debian.org>2016-05-25 11:00:07 -0400
commitec9f8d9078e886375ad89c09e4a685286649f3f3 (patch)
treee88a64d537d98f0683f7ce09d4ed6425bbecfe42 /p/haskell-io-streams
parent7aed23096bb86089245fee499d38ef818d22ad35 (diff)
downloadDHG_packages-ec9f8d9078e886375ad89c09e4a685286649f3f3.tar.gz
io-streams: Upgrading from 1.3.4.0 to 1.3.5.0
Diffstat (limited to 'p/haskell-io-streams')
-rw-r--r--p/haskell-io-streams/debian/changelog8
-rw-r--r--p/haskell-io-streams/debian/patches/no-bytestring-builder8
2 files changed, 9 insertions, 7 deletions
diff --git a/p/haskell-io-streams/debian/changelog b/p/haskell-io-streams/debian/changelog
index bb47be6e3..0f3bc40a6 100644
--- a/p/haskell-io-streams/debian/changelog
+++ b/p/haskell-io-streams/debian/changelog
@@ -1,9 +1,13 @@
-haskell-io-streams (1.3.4.0-2) UNRELEASED; urgency=medium
+haskell-io-streams (1.3.5.0-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:37 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Wed, 25 May 2016 10:58:16 -0400
haskell-io-streams (1.3.4.0-1) unstable; urgency=medium
diff --git a/p/haskell-io-streams/debian/patches/no-bytestring-builder b/p/haskell-io-streams/debian/patches/no-bytestring-builder
index 3d16c19f7..458d53690 100644
--- a/p/haskell-io-streams/debian/patches/no-bytestring-builder
+++ b/p/haskell-io-streams/debian/patches/no-bytestring-builder
@@ -1,7 +1,5 @@
-Index: haskell-io-streams/io-streams.cabal
-===================================================================
---- haskell-io-streams.orig/io-streams.cabal 2015-08-15 20:34:13.426298999 +0200
-+++ haskell-io-streams/io-streams.cabal 2015-08-15 20:35:38.632619684 +0200
+--- a/io-streams.cabal
++++ b/io-streams.cabal
@@ -120,7 +120,6 @@
Build-depends: base >= 4 && <5,
attoparsec >= 0.10 && <0.14,
@@ -9,7 +7,7 @@ Index: haskell-io-streams/io-streams.cabal
- bytestring-builder >= 0.10 && <0.11,
network >= 2.3 && <2.7,
primitive >= 0.2 && <0.7,
- process >= 1.1 && <1.3,
+ process >= 1.1 && <1.5,
@@ -201,7 +200,6 @@
Build-depends: base >= 4 && <5,
attoparsec >= 0.10 && <0.14,