[Pkg-haskell-commits] darcs: haskell-attoparsec-conduit: Enable test suite.
Clint Adams
clint at debian.org
Thu Feb 23 01:38:08 UTC 2012
Thu Feb 23 01:37:56 UTC 2012 Clint Adams <clint at debian.org>
* Enable test suite.
Ignore-this: 70404fa114129f161e31c82abf60725a
M ./changelog +6
M ./control -5 +5
M ./rules +2
Thu Feb 23 01:37:56 UTC 2012 Clint Adams <clint at debian.org>
* Enable test suite.
Ignore-this: 70404fa114129f161e31c82abf60725a
diff -rN -u old-haskell-attoparsec-conduit//changelog new-haskell-attoparsec-conduit//changelog
--- old-haskell-attoparsec-conduit//changelog 2012-02-23 01:38:07.923249067 +0000
+++ new-haskell-attoparsec-conduit//changelog 2012-02-23 01:38:07.927251015 +0000
@@ -1,3 +1,9 @@
+haskell-attoparsec-conduit (0.2.0-3) unstable; urgency=low
+
+ * Enable test suite.
+
+ -- Clint Adams <clint at debian.org> Wed, 22 Feb 2012 20:34:44 -0500
+
haskell-attoparsec-conduit (0.2.0-2) unstable; urgency=low
* Sourceful upload to rebuild documentation package.
diff -rN -u old-haskell-attoparsec-conduit//control new-haskell-attoparsec-conduit//control
--- old-haskell-attoparsec-conduit//control 2012-02-23 01:38:07.907248999 +0000
+++ new-haskell-attoparsec-conduit//control 2012-02-23 01:38:07.931249889 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 7)
, cdbs
- , haskell-devscripts (>= 0.8)
+ , haskell-devscripts (>= 0.8.10)
, ghc
, ghc-prof
, libghc-attoparsec-dev (>> 0.10)
@@ -17,10 +17,10 @@
, libghc-transformers-dev (>> 0.2.2)
, libghc-transformers-dev (<< 0.3)
, libghc-transformers-prof
-# , libghc-hspec-dev
-# , libghc-hunit-dev
-# , libghc-quickcheck2-dev
-# , libghc-blaze-builder-dev
+ , libghc-hspec-dev
+ , libghc-hunit-dev
+ , libghc-quickcheck2-dev
+ , libghc-blaze-builder-dev
Build-Depends-Indep: ghc-doc
, libghc-attoparsec-doc
, libghc-conduit-doc
diff -rN -u old-haskell-attoparsec-conduit//rules new-haskell-attoparsec-conduit//rules
--- old-haskell-attoparsec-conduit//rules 2012-02-23 01:38:07.907248999 +0000
+++ new-haskell-attoparsec-conduit//rules 2012-02-23 01:38:07.931249889 +0000
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+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