[Pkg-haskell-commits] darcs: haskell-crypto-conduit: Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
Colin Watson
cjwatson at debian.org
Sat Nov 30 01:26:58 UTC 2013
Sat Nov 30 01:15:34 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
M ./changelog +1
M ./control -6 +5
M ./rules -1 +1
Sat Nov 30 01:15:34 UTC 2013 Colin Watson <cjwatson at debian.org>
* Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
diff -rN -u old-haskell-crypto-conduit/changelog new-haskell-crypto-conduit/changelog
--- old-haskell-crypto-conduit/changelog 2013-11-30 01:26:58.148513199 +0000
+++ new-haskell-crypto-conduit/changelog 2013-11-30 01:26:58.160513198 +0000
@@ -5,6 +5,7 @@
[ Colin Watson ]
* New upstream version.
+ * Enable tests now that haskell-cryptohash-cryptoapi is in the archive.
-- Colin Watson <cjwatson at debian.org> Sat, 30 Nov 2013 01:14:07 +0000
diff -rN -u old-haskell-crypto-conduit/control new-haskell-crypto-conduit/control
--- old-haskell-crypto-conduit/control 2013-11-30 01:26:58.148513199 +0000
+++ new-haskell-crypto-conduit/control 2013-11-30 01:26:58.152513199 +0000
@@ -14,17 +14,16 @@
, libghc-conduit-dev (>> 1.0)
, libghc-conduit-dev (<< 1.1)
, libghc-conduit-prof
- , libghc-crypto-api-dev (>> 0.9)
-# , libghc-crypto-api-dev (>> 0.12)
+ , libghc-crypto-api-dev (>> 0.12)
, libghc-crypto-api-dev (<< 0.13)
, libghc-crypto-api-prof
, libghc-transformers-dev (>> 0.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
-# , libghc-hspec-dev (>> 1.3)
-# , libghc-cryptocipher-dev (>> 0.4)
-# , libghc-cryptohash-cryptoapi-dev (>> 0.1)
-# , libghc-skein-dev (>> 0.1)
+ , libghc-hspec-dev (>> 1.3)
+ , libghc-cryptocipher-dev (>> 0.4)
+ , libghc-cryptohash-cryptoapi-dev (>> 0.1)
+ , libghc-skein-dev (>> 0.1)
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
, libghc-conduit-doc
diff -rN -u old-haskell-crypto-conduit/rules new-haskell-crypto-conduit/rules
--- old-haskell-crypto-conduit/rules 2013-11-30 01:26:58.148513199 +0000
+++ new-haskell-crypto-conduit/rules 2013-11-30 01:26:58.156513199 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-#DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list