[DHG_packages] 01/01: http-conduit: patch (testsuite) for newer wai/warp

Clint Adams clint at moszumanska.debian.org
Wed Mar 16 16:02:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 77a116e99ad0ec3e6e07fa25cf33d7c0d2522106
Author: Clint Adams <clint at debian.org>
Date:   Wed Mar 16 11:58:08 2016 -0400

    http-conduit: patch (testsuite) for newer wai/warp
---
 p/haskell-http-conduit/debian/changelog         |  6 ++++++
 p/haskell-http-conduit/debian/patches/newer-wai | 13 +++++++++++++
 p/haskell-http-conduit/debian/patches/series    |  1 +
 3 files changed, 20 insertions(+)

diff --git a/p/haskell-http-conduit/debian/changelog b/p/haskell-http-conduit/debian/changelog
index 97532fe..1c2658e 100644
--- a/p/haskell-http-conduit/debian/changelog
+++ b/p/haskell-http-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-conduit (2.1.8-3) unstable; urgency=medium
+
+  * Patch testsuite for newer wai/warp.
+
+ -- Clint Adams <clint at debian.org>  Wed, 16 Mar 2016 11:57:45 -0400
+
 haskell-http-conduit (2.1.8-2) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-http-conduit/debian/patches/newer-wai b/p/haskell-http-conduit/debian/patches/newer-wai
new file mode 100644
index 0000000..34567a7
--- /dev/null
+++ b/p/haskell-http-conduit/debian/patches/newer-wai
@@ -0,0 +1,13 @@
+--- a/http-conduit.cabal
++++ b/http-conduit.cabal
+@@ -62,8 +62,8 @@
+                  , case-insensitive
+                  , lifted-base
+                  , network
+-                 , wai >= 3.0 && < 3.1
+-                 , warp >= 3.0.0.2 && < 3.2
++                 , wai >= 3.0 && < 3.3
++                 , warp >= 3.0.0.2 && < 3.3
+                  , wai-conduit
+                  , http-types
+                  , cookie
diff --git a/p/haskell-http-conduit/debian/patches/series b/p/haskell-http-conduit/debian/patches/series
new file mode 100644
index 0000000..338ebbb
--- /dev/null
+++ b/p/haskell-http-conduit/debian/patches/series
@@ -0,0 +1 @@
+newer-wai

-- 
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