[Pkg-haskell-commits] [package-plan] 01/01: Bump io-streams

Joachim Breitner nomeata at moszumanska.debian.org
Fri May 8 09:12:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit bc6c529d9d3bef7393d29cea961bbfefafcd094b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri May 8 11:12:43 2015 +0200

    Bump io-streams
---
 packages.txt                                     |  2 +-
 patches/io-streams/1.3.0.0/no-bytestring-builder | 24 ++++++++++++++++++++++++
 patches/io-streams/1.3.0.0/series                |  1 +
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index 88def24..dcbc22d 100644
--- a/packages.txt
+++ b/packages.txt
@@ -409,7 +409,7 @@ intervals 0.7.1
 io-choice 0.0.5
 IOSpec 0.2.5
 io-storage 0.3
-io-streams 1.1.4.6
+io-streams 1.3.0.0
 iproute 1.3.2
 irc 0.6.1.0
 ircbot 0.6.2
diff --git a/patches/io-streams/1.3.0.0/no-bytestring-builder b/patches/io-streams/1.3.0.0/no-bytestring-builder
new file mode 100644
index 0000000..852644c
--- /dev/null
+++ b/patches/io-streams/1.3.0.0/no-bytestring-builder
@@ -0,0 +1,24 @@
+Index: io-streams-1.3.0.0/io-streams.cabal
+===================================================================
+--- io-streams-1.3.0.0.orig/io-streams.cabal	2015-05-08 11:09:57.556715058 +0200
++++ io-streams-1.3.0.0/io-streams.cabal	2015-05-08 11:10:31.226159507 +0200
+@@ -119,8 +119,7 @@
+ 
+   Build-depends:     base               >= 4     && <5,
+                      attoparsec         >= 0.10  && <0.13,
+-                     bytestring         >= 0.9   && <0.11,
+-                     bytestring-builder >= 0.10  && <0.11,
++                     bytestring         >= 0.10.4 && <0.11,
+                      network            >= 2.3   && <2.7,
+                      primitive          >= 0.2   && <0.7,
+                      process            >= 1.1   && <1.3,
+@@ -200,8 +199,7 @@
+ 
+   Build-depends:     base               >= 4     && <5,
+                      attoparsec         >= 0.10  && <0.13,
+-                     bytestring         >= 0.9   && <0.11,
+-                     bytestring-builder >= 0.10  && <0.11,
++                     bytestring         >= 0.10.4   && <0.11,
+                      deepseq            >= 1.2   && <1.5,
+                      directory          >= 1.1   && <2,
+                      filepath           >= 1.2   && <2,
diff --git a/patches/io-streams/1.3.0.0/series b/patches/io-streams/1.3.0.0/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/io-streams/1.3.0.0/series
@@ -0,0 +1 @@
+no-bytestring-builder

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list