[package-plan] 07/07: Add patches to avoid bytestring-builder
Joachim Breitner
nomeata at moszumanska.debian.org
Sat Aug 15 18:38:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch st3
in repository package-plan.
commit 8836773250e4be12756a598d7cda259e0d209b99
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Aug 15 20:38:40 2015 +0200
Add patches to avoid bytestring-builder
---
packages.txt | 2 +-
patches/fast-logger/2.4.0/no-bytestring-builder | 14 +++++++
patches/fast-logger/2.4.0/series | 1 +
patches/http2/1.0.4/no-bytestring-builder | 52 ++++++++++++++++++++++++
patches/http2/1.0.4/series | 1 +
patches/io-streams/1.3.2.0/no-bytestring-builder | 20 +++++++++
patches/io-streams/1.3.2.0/series | 1 +
7 files changed, 90 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 436c0fc..460c171 100644
--- a/packages.txt
+++ b/packages.txt
@@ -61,7 +61,7 @@ byteable 0.1.1
bytedump 1.0
byteorder 1.0.4
bytes 0.15.0.1
-bytestring-builder 0.10.6.0.0 # Removed 'avoid' for the time of processing the ghc7.10 transition
+bytestring-builder 0.10.6.0.0 avoid
bytestring-lexing 0.5.0.2
bytestring-mmap 0.2.2
bytestring-progress 1.0.5
diff --git a/patches/fast-logger/2.4.0/no-bytestring-builder b/patches/fast-logger/2.4.0/no-bytestring-builder
new file mode 100644
index 0000000..4a508fb
--- /dev/null
+++ b/patches/fast-logger/2.4.0/no-bytestring-builder
@@ -0,0 +1,14 @@
+Index: fast-logger-2.3.1/fast-logger.cabal
+===================================================================
+--- fast-logger-2.3.1.orig/fast-logger.cabal 2015-04-06 13:31:48.598418081 +0200
++++ fast-logger-2.3.1/fast-logger.cabal 2015-04-06 13:32:17.134983956 +0200
+@@ -22,8 +22,7 @@
+ Build-Depends: base >= 4 && < 5
+ , array
+ , auto-update >= 0.1.2
+- , bytestring
+- , bytestring-builder
++ , bytestring >= 0.10.4
+ , directory
+ , filepath
+ , text
diff --git a/patches/fast-logger/2.4.0/series b/patches/fast-logger/2.4.0/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/fast-logger/2.4.0/series
@@ -0,0 +1 @@
+no-bytestring-builder
diff --git a/patches/http2/1.0.4/no-bytestring-builder b/patches/http2/1.0.4/no-bytestring-builder
new file mode 100644
index 0000000..8787e74
--- /dev/null
+++ b/patches/http2/1.0.4/no-bytestring-builder
@@ -0,0 +1,52 @@
+Index: haskell-http2/http2.cabal
+===================================================================
+--- haskell-http2.orig/http2.cabal 2015-08-15 20:25:11.463990503 +0200
++++ haskell-http2/http2.cabal 2015-08-15 20:28:03.616423219 +0200
+@@ -60,7 +60,6 @@
+ Build-Depends: base >= 4.6 && < 5
+ , array
+ , bytestring >= 0.10
+- , bytestring-builder
+ , containers >= 0.5
+ , mwc-random
+ , stm
+@@ -93,7 +92,6 @@
+ Build-Depends: base >= 4 && < 5
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , hex
+ , hspec >= 1.3
+@@ -116,7 +114,6 @@
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , directory
+ , filepath
+@@ -165,7 +162,6 @@
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , hex
+ , text
+@@ -186,7 +182,6 @@
+ , aeson
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , hex
+ , text
+@@ -208,7 +203,6 @@
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , directory
+ , filepath
diff --git a/patches/http2/1.0.4/series b/patches/http2/1.0.4/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/http2/1.0.4/series
@@ -0,0 +1 @@
+no-bytestring-builder
diff --git a/patches/io-streams/1.3.2.0/no-bytestring-builder b/patches/io-streams/1.3.2.0/no-bytestring-builder
new file mode 100644
index 0000000..3d16c19
--- /dev/null
+++ b/patches/io-streams/1.3.2.0/no-bytestring-builder
@@ -0,0 +1,20 @@
+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
+@@ -120,7 +120,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,
+ primitive >= 0.2 && <0.7,
+ process >= 1.1 && <1.3,
+@@ -201,7 +200,6 @@
+ Build-depends: base >= 4 && <5,
+ attoparsec >= 0.10 && <0.14,
+ bytestring >= 0.9 && <0.11,
+- bytestring-builder >= 0.10 && <0.11,
+ deepseq >= 1.2 && <1.5,
+ directory >= 1.1 && <2,
+ filepath >= 1.2 && <2,
diff --git a/patches/io-streams/1.3.2.0/series b/patches/io-streams/1.3.2.0/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/io-streams/1.3.2.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