[DHG_packages] 01/02: wai: patch for no bytestring-builder
Clint Adams
clint at moszumanska.debian.org
Fri Dec 4 20:54:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit b34c97835431873e2b55e27ae4486aff5a981bd1
Author: Clint Adams <clint at debian.org>
Date: Fri Dec 4 15:52:47 2015 -0500
wai: patch for no bytestring-builder
---
p/haskell-wai/debian/control | 4 ----
p/haskell-wai/debian/patches/no-bytestring-builder | 12 ++++++++++++
p/haskell-wai/debian/patches/series | 1 +
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/p/haskell-wai/debian/control b/p/haskell-wai/debian/control
index 4736f1c..914896c 100644
--- a/p/haskell-wai/debian/control
+++ b/p/haskell-wai/debian/control
@@ -11,9 +11,6 @@ Build-Depends: debhelper (>= 9),
libghc-blaze-builder-dev (>= 0.2.1.4),
libghc-blaze-builder-dev (<< 0.5),
libghc-blaze-builder-prof,
- libghc-bytestring-builder-dev (>= 0.10.4.0),
- libghc-bytestring-builder-dev (<< 0.10.7),
- libghc-bytestring-builder-prof,
libghc-http-types-dev (>= 0.7),
libghc-http-types-prof,
libghc-network-dev (>= 2.2.1.5),
@@ -29,7 +26,6 @@ Build-Depends: debhelper (>= 9),
libghc-hspec-dev,
Build-Depends-Indep: ghc-doc,
libghc-blaze-builder-doc,
- libghc-bytestring-builder-doc,
libghc-http-types-doc,
libghc-network-doc,
libghc-text-doc,
diff --git a/p/haskell-wai/debian/patches/no-bytestring-builder b/p/haskell-wai/debian/patches/no-bytestring-builder
new file mode 100644
index 0000000..1e22f6e
--- /dev/null
+++ b/p/haskell-wai/debian/patches/no-bytestring-builder
@@ -0,0 +1,12 @@
+--- a/wai.cabal
++++ b/wai.cabal
+@@ -20,8 +20,7 @@
+
+ Library
+ Build-Depends: base >= 4 && < 5
+- , bytestring >= 0.9.1.4
+- , bytestring-builder >= 0.10.4.0 && < 0.10.7
++ , bytestring >= 0.10.4
+ , blaze-builder >= 0.2.1.4 && < 0.5
+ , network >= 2.2.1.5
+ , http-types >= 0.7
diff --git a/p/haskell-wai/debian/patches/series b/p/haskell-wai/debian/patches/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/p/haskell-wai/debian/patches/series
@@ -0,0 +1 @@
+no-bytestring-builder
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list