[Pkg-haskell-commits] darcs: haskell-skein: Enable test suite
Joachim Breitner
mail at joachim-breitner.de
Fri Oct 19 22:58:07 UTC 2012
Fri Oct 19 20:27:10 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Enable test suite
Ignore-this: 2a7eb4700bd8d5bf7e2ef704db5d3f5d
M ./changelog +1
M ./control -2 +2
M ./rules -1 +1
Fri Oct 19 20:27:10 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Enable test suite
Ignore-this: 2a7eb4700bd8d5bf7e2ef704db5d3f5d
diff -rN -u old-haskell-skein//changelog new-haskell-skein//changelog
--- old-haskell-skein//changelog 2012-10-19 22:58:07.023718756 +0000
+++ new-haskell-skein//changelog 2012-10-19 22:58:07.035720205 +0000
@@ -4,6 +4,7 @@
against experimental
* Bump standards version, no change
* New upstream release
+ * Enable test suite
-- Joachim Breitner <nomeata at debian.org> Fri, 19 Oct 2012 22:14:30 +0200
diff -rN -u old-haskell-skein//control new-haskell-skein//control
--- old-haskell-skein//control 2012-10-19 22:58:07.023718756 +0000
+++ new-haskell-skein//control 2012-10-19 22:58:07.027718990 +0000
@@ -17,8 +17,8 @@
, libghc-crypto-api-dev (>= 0.6)
, libghc-crypto-api-dev (<< 0.11)
, libghc-crypto-api-prof
-# , libghc-hspec-dev (>> 0.9)
-# , libghc-hspec-dev (<< 0.10)
+ , libghc-hspec-dev (>> 1.3)
+ , libghc-hspec-dev (<< 1.4)
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
, libghc-tagged-doc
diff -rN -u old-haskell-skein//rules new-haskell-skein//rules
--- old-haskell-skein//rules 2012-10-19 22:58:07.023718756 +0000
+++ new-haskell-skein//rules 2012-10-19 22:58:07.027718990 +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