summaryrefslogtreecommitdiff
path: root/p/haskell-http-conduit
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-03-16 12:05:37 -0400
committerClint Adams <clint@debian.org>2016-03-16 12:05:37 -0400
commit7d5f13cc8a1ffbb74630e73fad47ffbb826b29c5 (patch)
tree2ce84b7121302b9bda1e741a23543eb25934ca16 /p/haskell-http-conduit
parent77a116e99ad0ec3e6e07fa25cf33d7c0d2522106 (diff)
downloadDHG_packages-7d5f13cc8a1ffbb74630e73fad47ffbb826b29c5.tar.gz
http-conduit: actually update Build-Depends for newer wai/warp.
Diffstat (limited to 'p/haskell-http-conduit')
-rw-r--r--p/haskell-http-conduit/debian/changelog6
-rw-r--r--p/haskell-http-conduit/debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-http-conduit/debian/changelog b/p/haskell-http-conduit/debian/changelog
index 1c2658ee7..e1948d4e0 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-4) unstable; urgency=medium
+
+ * Actually update Build-Depends for newer wai/warp.
+
+ -- Clint Adams <clint@debian.org> Wed, 16 Mar 2016 12:05:19 -0400
+
haskell-http-conduit (2.1.8-3) unstable; urgency=medium
* Patch testsuite for newer wai/warp.
diff --git a/p/haskell-http-conduit/debian/control b/p/haskell-http-conduit/debian/control
index 063f54e7d..a88b3cd18 100644
--- a/p/haskell-http-conduit/debian/control
+++ b/p/haskell-http-conduit/debian/control
@@ -44,10 +44,10 @@ Build-Depends: debhelper (>= 9),
libghc-text-dev,
libghc-utf8-string-dev,
libghc-wai-dev (>= 3.0),
- libghc-wai-dev (<< 3.1),
+ libghc-wai-dev (<< 3.3),
libghc-wai-conduit-dev,
libghc-warp-dev (>= 3.0.0.2),
- libghc-warp-dev (<< 3.2),
+ libghc-warp-dev (<< 3.3),
libghc-warp-tls-dev,
ca-certificates,
netbase,