[Pkg-haskell-commits] [package-plan] 02/03: io-streams now has a compatible version
Joachim Breitner
nomeata at moszumanska.debian.org
Thu Apr 16 20:55:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch LTS-2.0
in repository package-plan.
commit d26cd540a48d69205013b6ca09f97970e1e514fd
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Apr 16 22:36:57 2015 +0200
io-streams now has a compatible version
---
packages.txt | 2 +-
.../0.2.1.0/no-bytestring-builder | 23 +++++++++++++++++++++
patches/blaze-builder-enumerator/0.2.1.0/series | 1 +
patches/io-streams/1.3.0.0/no-bytestring-builder | 24 ++++++++++++++++++++++
patches/io-streams/1.3.0.0/series | 1 +
5 files changed, 50 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index e423c39..5bec5f9 100644
--- a/packages.txt
+++ b/packages.txt
@@ -406,7 +406,7 @@ intervals 0.7.1
io-choice 0.0.5
IOSpec 0.2.5
io-storage 0.3
-io-streams 1.2.1.2 obsolete # needs old blaze-builder
+io-streams 1.3.0.0
iproute 1.3.2
irc 0.6.1.0
ircbot 0.6.2
diff --git a/patches/blaze-builder-enumerator/0.2.1.0/no-bytestring-builder b/patches/blaze-builder-enumerator/0.2.1.0/no-bytestring-builder
new file mode 100644
index 0000000..3562f42
--- /dev/null
+++ b/patches/blaze-builder-enumerator/0.2.1.0/no-bytestring-builder
@@ -0,0 +1,23 @@
+Index: blaze-builder-enumerator-0.2.1.0/blaze-builder-enumerator.cabal
+===================================================================
+--- blaze-builder-enumerator-0.2.1.0.orig/blaze-builder-enumerator.cabal 2015-04-16 22:35:44.480303028 +0200
++++ blaze-builder-enumerator-0.2.1.0/blaze-builder-enumerator.cabal 2015-04-16 22:35:50.484440196 +0200
+@@ -41,7 +41,7 @@
+ GHC-options: -Wall
+ Build-depends:
+ base >= 4 && < 5
+- , bytestring >= 0.9 && < 0.11
++ , bytestring >= 0.10.4 && < 0.11
+ , enumerator >= 0.4.3.1 && < 0.5
+ , streaming-commons >= 0.1.10 && < 0.2
+ , transformers >= 0.2 && < 0.5
+@@ -50,8 +50,7 @@
+
+ if flag(newbuilder)
+ Build-depends:
+- bytestring-builder >= 0.10.4 && <0.11
+- , blaze-builder >= 0.4 && <0.5
++ blaze-builder >= 0.4 && <0.5
+ else
+ Build-depends:
+ blaze-builder >= 0.2.1.4 && <0.4
diff --git a/patches/blaze-builder-enumerator/0.2.1.0/series b/patches/blaze-builder-enumerator/0.2.1.0/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/blaze-builder-enumerator/0.2.1.0/series
@@ -0,0 +1 @@
+no-bytestring-builder
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..61ba992
--- /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-04-16 22:29:25.734363980 +0200
++++ io-streams-1.3.0.0/io-streams.cabal 2015-04-16 22:30:03.675502354 +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