[Pkg-haskell-commits] [package-plan] 02/02: Avoid bytestring-builder
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 6 11:45:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch ghc-7.8
in repository package-plan.
commit a90189e2a8c9c0920d070db4e0dfe3859fbd1c20
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Apr 6 13:37:00 2015 +0200
Avoid bytestring-builder
---
packages.txt | 2 +-
patches/conduit-extra/1.1.7.1/no-bytestring-builder | 14 ++++++++++++++
patches/conduit-extra/1.1.7.1/series | 1 +
patches/fast-logger/2.3.1/no-bytestring-builder | 14 ++++++++++++++
patches/fast-logger/2.3.1/series | 1 +
5 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index bcc7f6a..f6be21b 100644
--- a/packages.txt
+++ b/packages.txt
@@ -65,7 +65,7 @@ brainfuck 0.1
byteable 0.1.1
bytedump 1.0
byteorder 1.0.4
-bytestring-builder 0.10.4.1.2
+bytestring-builder 0.10.4.1.2 avoid
bytestring-lexing 0.4.3.2
bytestring-mmap 0.2.2
bytestring-nums 0.3.6
diff --git a/patches/conduit-extra/1.1.7.1/no-bytestring-builder b/patches/conduit-extra/1.1.7.1/no-bytestring-builder
new file mode 100644
index 0000000..3b222db
--- /dev/null
+++ b/patches/conduit-extra/1.1.7.1/no-bytestring-builder
@@ -0,0 +1,14 @@
+Index: conduit-extra-1.1.7.1/conduit-extra.cabal
+===================================================================
+--- conduit-extra-1.1.7.1.orig/conduit-extra.cabal 2015-04-06 13:33:45.464741391 +0200
++++ conduit-extra-1.1.7.1/conduit-extra.cabal 2015-04-06 13:34:57.374338797 +0200
+@@ -70,8 +70,7 @@
+ , async
+ , attoparsec
+ , blaze-builder
+- , bytestring-builder
+- , bytestring
++ , bytestring >= 0.10.4
+ , exceptions
+ , process
+ , resourcet
diff --git a/patches/conduit-extra/1.1.7.1/series b/patches/conduit-extra/1.1.7.1/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/conduit-extra/1.1.7.1/series
@@ -0,0 +1 @@
+no-bytestring-builder
diff --git a/patches/fast-logger/2.3.1/no-bytestring-builder b/patches/fast-logger/2.3.1/no-bytestring-builder
new file mode 100644
index 0000000..4a508fb
--- /dev/null
+++ b/patches/fast-logger/2.3.1/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.3.1/series b/patches/fast-logger/2.3.1/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/fast-logger/2.3.1/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