summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-crypto-conduit/debian/changelog7
-rw-r--r--p/haskell-crypto-conduit/debian/control3
2 files changed, 10 insertions, 0 deletions
diff --git a/p/haskell-crypto-conduit/debian/changelog b/p/haskell-crypto-conduit/debian/changelog
index b8e856112..c75a9899e 100644
--- a/p/haskell-crypto-conduit/debian/changelog
+++ b/p/haskell-crypto-conduit/debian/changelog
@@ -1,3 +1,10 @@
+haskell-crypto-conduit (0.5.3-2) UNRELEASED; urgency=medium
+
+ * Build-depend on libghc-conduit-extra-{dev,doc,prof} so that the
+ conduit11 flag is enabled.
+
+ -- Colin Watson <cjwatson@debian.org> Tue, 17 Jun 2014 11:38:40 +0100
+
haskell-crypto-conduit (0.5.3-1) unstable; urgency=medium
* New upstream version.
diff --git a/p/haskell-crypto-conduit/debian/control b/p/haskell-crypto-conduit/debian/control
index d7c5f3fde..8f5dd951f 100644
--- a/p/haskell-crypto-conduit/debian/control
+++ b/p/haskell-crypto-conduit/debian/control
@@ -14,6 +14,8 @@ Build-Depends: debhelper (>= 9)
, libghc-conduit-dev (>= 1.0)
, libghc-conduit-dev (<< 1.2)
, libghc-conduit-prof
+ , libghc-conduit-extra-dev (>= 1.1)
+ , libghc-conduit-extra-prof
, libghc-crypto-api-dev (>= 0.8)
, libghc-crypto-api-dev (<< 0.14)
, libghc-crypto-api-prof
@@ -29,6 +31,7 @@ Build-Depends: debhelper (>= 9)
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
, libghc-conduit-doc
+ , libghc-conduit-extra-doc
, libghc-crypto-api-doc
, libghc-resourcet-doc
, libghc-transformers-doc