[package-plan] 01/02: update no-bytestring-builder patches
Sean Whitton
spw-guest at moszumanska.debian.org
Sun May 29 07:21:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
spw-guest pushed a commit to branch LTS-6
in repository package-plan.
commit ee2e4e2edc28f6873555d22fe8ea89b8dcb68822
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sun May 29 16:16:50 2016 +0900
update no-bytestring-builder patches
---
packages.txt | 2 +-
patches/http2/1.6.0/no-bytestring-builder | 50 +++++++++++++++++++++++++++++++
patches/http2/1.6.0/series | 1 +
patches/warp/3.2.6/no-bytestring-builder | 22 ++++++++++++++
patches/warp/3.2.6/series | 1 +
5 files changed, 75 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 80c3ea7..4af3768 100644
--- a/packages.txt
+++ b/packages.txt
@@ -65,7 +65,7 @@ byteable 0.1.1
bytedump 1.0
byteorder 1.0.4
bytes 0.15.2
-bytestring-builder 0.10.6.0.0 ignore # LTS6TODO: actually avoid, need to add patches
+bytestring-builder 0.10.6.0.0 avoid
bytestring-conversion 0.3.1
bytestring-handle 0.1.0.3
bytestring-lexing 0.5.0.2
diff --git a/patches/http2/1.6.0/no-bytestring-builder b/patches/http2/1.6.0/no-bytestring-builder
new file mode 100644
index 0000000..e1e1b0f
--- /dev/null
+++ b/patches/http2/1.6.0/no-bytestring-builder
@@ -0,0 +1,50 @@
+--- a/http2.cabal
++++ b/http2.cabal
+@@ -81,7 +81,6 @@ Library
+ Build-Depends: base >= 4.6 && < 5
+ , array
+ , bytestring >= 0.10
+- , bytestring-builder
+ , case-insensitive
+ , containers >= 0.5
+ , psqueues
+@@ -114,7 +113,6 @@ Test-Suite spec
+ Build-Depends: base >= 4 && < 5
+ , array
+ , bytestring
+- , bytestring-builder
+ , case-insensitive
+ , containers
+ , hex
+@@ -137,7 +135,6 @@ Test-Suite hpack
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , case-insensitive
+ , containers
+ , directory
+@@ -187,7 +184,6 @@ Executable hpack-encode
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , case-insensitive
+ , containers
+ , hex
+@@ -209,7 +205,6 @@ Executable hpack-debug
+ , aeson
+ , array
+ , bytestring
+- , bytestring-builder
+ , case-insensitive
+ , containers
+ , hex
+@@ -232,7 +227,6 @@ Executable hpack-stat
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , case-insensitive
+ , containers
+ , directory
diff --git a/patches/http2/1.6.0/series b/patches/http2/1.6.0/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/http2/1.6.0/series
@@ -0,0 +1 @@
+no-bytestring-builder
diff --git a/patches/warp/3.2.6/no-bytestring-builder b/patches/warp/3.2.6/no-bytestring-builder
new file mode 100644
index 0000000..92b7b9a
--- /dev/null
+++ b/patches/warp/3.2.6/no-bytestring-builder
@@ -0,0 +1,22 @@
+--- a/warp.cabal
++++ b/warp.cabal
+@@ -37,8 +37,7 @@ Library
+ , async
+ , auto-update >= 0.1.3 && < 0.2
+ , blaze-builder >= 0.4
+- , bytestring >= 0.9.1.4
+- , bytestring-builder
++ , bytestring >= 0.10.4
+ , case-insensitive >= 0.2
+ , containers
+ , ghc-prim
+@@ -143,8 +142,7 @@ Test-Suite spec
+ , array
+ , auto-update
+ , blaze-builder >= 0.4
+- , bytestring >= 0.9.1.4
+- , bytestring-builder
++ , bytestring >= 0.10.4
+ , case-insensitive >= 0.2
+ , ghc-prim
+ , HTTP
diff --git a/patches/warp/3.2.6/series b/patches/warp/3.2.6/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/patches/warp/3.2.6/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