[Pkg-haskell-commits] darcs: haskell-crypto-conduit: Build-depend on libghc-conduit-extra-{dev, doc, prof} so that the conduit11 flag is enabled.

Colin Watson cjwatson at debian.org
Tue Jun 17 10:49:14 UTC 2014


Tue Jun 17 10:39:11 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Build-depend on libghc-conduit-extra-{dev,doc,prof} so that the conduit11 flag is enabled.

    M ./changelog +7
    M ./control +3

Tue Jun 17 10:39:11 UTC 2014  Colin Watson <cjwatson at debian.org>
  * Build-depend on libghc-conduit-extra-{dev,doc,prof} so that the conduit11 flag is enabled.
diff -rN -u old-haskell-crypto-conduit/changelog new-haskell-crypto-conduit/changelog
--- old-haskell-crypto-conduit/changelog	2014-06-17 10:49:14.149172255 +0000
+++ new-haskell-crypto-conduit/changelog	2014-06-17 10:49:14.157172251 +0000
@@ -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 at debian.org>  Tue, 17 Jun 2014 11:38:40 +0100
+
 haskell-crypto-conduit (0.5.3-1) unstable; urgency=medium
 
   * New upstream version.
diff -rN -u old-haskell-crypto-conduit/control new-haskell-crypto-conduit/control
--- old-haskell-crypto-conduit/control	2014-06-17 10:49:14.149172255 +0000
+++ new-haskell-crypto-conduit/control	2014-06-17 10:49:14.153172253 +0000
@@ -14,6 +14,8 @@
   , 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-Indep: ghc-doc
   , libghc-cereal-doc
   , libghc-conduit-doc
+  , libghc-conduit-extra-doc
   , libghc-crypto-api-doc
   , libghc-resourcet-doc
   , libghc-transformers-doc




More information about the Pkg-haskell-commits mailing list