diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 09:26:56 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 09:26:56 -0700 |
commit | fdd00d76b7ce5ac8f04bf73afd93ec62fd0a42ba (patch) | |
tree | b0d24447394dba25ded377ef15c56145fdef74b7 | |
parent | 4f155be5e4a4643c690215b1451dd7c41824081f (diff) | |
download | DHG_packages-fdd00d76b7ce5ac8f04bf73afd93ec62fd0a42ba.tar.gz |
html-conduit: bump build-dep on xml-conduit
-rw-r--r-- | p/haskell-html-conduit/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-html-conduit/debian/control | 2 |
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), |