summaryrefslogtreecommitdiff
path: root/p/haskell-warp
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-12-04 15:54:30 -0500
committerClint Adams <clint@debian.org>2015-12-04 15:54:30 -0500
commit5751dbcb70cdf1b50a71bd351f4a3489ae35793d (patch)
treef63a69651af222bce7834d6a9f358ab32ba35e26 /p/haskell-warp
parentb34c97835431873e2b55e27ae4486aff5a981bd1 (diff)
downloadDHG_packages-5751dbcb70cdf1b50a71bd351f4a3489ae35793d.tar.gz
warp: patch for no bytestring-builder
Diffstat (limited to 'p/haskell-warp')
-rw-r--r--p/haskell-warp/debian/control3
-rw-r--r--p/haskell-warp/debian/patches/no-bytestring-builder22
-rw-r--r--p/haskell-warp/debian/patches/series1
3 files changed, 23 insertions, 3 deletions
diff --git a/p/haskell-warp/debian/control b/p/haskell-warp/debian/control
index 6dee4b0b3..f7ef62f20 100644
--- a/p/haskell-warp/debian/control
+++ b/p/haskell-warp/debian/control
@@ -13,8 +13,6 @@ Build-Depends: debhelper (>= 9),
libghc-auto-update-prof,
libghc-blaze-builder-dev (>= 0.4),
libghc-blaze-builder-prof,
- libghc-bytestring-builder-dev,
- libghc-bytestring-builder-prof,
libghc-case-insensitive-dev (>= 0.2),
libghc-case-insensitive-prof,
libghc-hashable-dev,
@@ -57,7 +55,6 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: ghc-doc,
libghc-auto-update-doc,
libghc-blaze-builder-doc,
- libghc-bytestring-builder-doc,
libghc-case-insensitive-doc,
libghc-hashable-doc,
libghc-http-date-doc,
diff --git a/p/haskell-warp/debian/patches/no-bytestring-builder b/p/haskell-warp/debian/patches/no-bytestring-builder
new file mode 100644
index 000000000..e3521f833
--- /dev/null
+++ b/p/haskell-warp/debian/patches/no-bytestring-builder
@@ -0,0 +1,22 @@
+--- a/warp.cabal
++++ b/warp.cabal
+@@ -35,8 +35,7 @@
+ , array
+ , auto-update >= 0.1.1 && < 0.2
+ , blaze-builder >= 0.4
+- , bytestring >= 0.9.1.4
+- , bytestring-builder
++ , bytestring >= 0.10.4
+ , case-insensitive >= 0.2
+ , containers
+ , ghc-prim
+@@ -133,8 +132,7 @@
+ , 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/p/haskell-warp/debian/patches/series b/p/haskell-warp/debian/patches/series
new file mode 100644
index 000000000..d61cbb2d4
--- /dev/null
+++ b/p/haskell-warp/debian/patches/series
@@ -0,0 +1 @@
+no-bytestring-builder