summaryrefslogtreecommitdiff
path: root/p/haskell-html-conduit
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-16 09:26:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-16 09:26:56 -0700
commitfdd00d76b7ce5ac8f04bf73afd93ec62fd0a42ba (patch)
treeb0d24447394dba25ded377ef15c56145fdef74b7 /p/haskell-html-conduit
parent4f155be5e4a4643c690215b1451dd7c41824081f (diff)
downloadDHG_packages-fdd00d76b7ce5ac8f04bf73afd93ec62fd0a42ba.tar.gz
html-conduit: bump build-dep on xml-conduit
Diffstat (limited to 'p/haskell-html-conduit')
-rw-r--r--p/haskell-html-conduit/debian/changelog6
-rw-r--r--p/haskell-html-conduit/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-html-conduit/debian/changelog b/p/haskell-html-conduit/debian/changelog
index a2b5229ca..68627dce3 100644
--- a/p/haskell-html-conduit/debian/changelog
+++ b/p/haskell-html-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-html-conduit (1.2.1.1-4) unstable; urgency=medium
+
+ * Bump build-dep on xml-conduit to match hackage.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 16 Sep 2017 09:26:48 -0700
+
haskell-html-conduit (1.2.1.1-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-html-conduit/debian/control b/p/haskell-html-conduit/debian/control
index 3e7bf02ea..9b9dfb7fc 100644
--- a/p/haskell-html-conduit/debian/control
+++ b/p/haskell-html-conduit/debian/control
@@ -26,7 +26,7 @@ Build-Depends:
libghc-text-dev,
libghc-text-prof,
libghc-xml-conduit-dev,
- libghc-xml-conduit-dev (<< 1.5),
+ libghc-xml-conduit-dev (<< 1.7),
libghc-xml-conduit-dev (>= 1.3),
libghc-xml-conduit-prof,
libghc-xml-types-dev (<< 0.4),