[DHG_packages] 02/02: warp: 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 5751dbcb70cdf1b50a71bd351f4a3489ae35793d
Author: Clint Adams <clint at debian.org>
Date:   Fri Dec 4 15:54:30 2015 -0500

    warp: patch for no bytestring-builder
---
 p/haskell-warp/debian/control                      |  3 ---
 .../debian/patches/no-bytestring-builder           | 22 ++++++++++++++++++++++
 p/haskell-warp/debian/patches/series               |  1 +
 3 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/p/haskell-warp/debian/control b/p/haskell-warp/debian/control
index 6dee4b0..f7ef62f 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 0000000..e3521f8
--- /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 0000000..d61cbb2
--- /dev/null
+++ b/p/haskell-warp/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