summaryrefslogtreecommitdiff
path: root/p/haskell-crypto-conduit
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-06-17 14:39:11 +0400
committerColin Watson <cjwatson@debian.org>2014-06-17 14:39:11 +0400
commit92950a9af01b52927f4d7c52d64c5fc7935559e7 (patch)
tree4ad275c042be51fac8b68178d6742cdf7066290b /p/haskell-crypto-conduit
parenta5813e5e65b53c3725b243a6c57c391c1fc1e4c7 (diff)
downloadDHG_packages-92950a9af01b52927f4d7c52d64c5fc7935559e7.tar.gz
haskell-crypto-conduit: Build-depend on libghc-conduit-extra-{dev,doc,prof} so that the conduit11 flag is enabled.
Diffstat (limited to 'p/haskell-crypto-conduit')
-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