[Pkg-haskell-commits] darcs: haskell-diff: Enable test suite
Joachim Breitner
mail at joachim-breitner.de
Fri Feb 8 20:16:13 UTC 2013
Fri Feb 8 20:10:48 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Enable test suite
Ignore-this: 869e3707607f3fbe62a5f5950a4aabd2
M ./changelog +1
M ./control +3
M ./rules +2
Fri Feb 8 20:10:48 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Enable test suite
Ignore-this: 869e3707607f3fbe62a5f5950a4aabd2
diff -rN -u old-haskell-diff//changelog new-haskell-diff//changelog
--- old-haskell-diff//changelog 2013-02-08 20:16:13.623929382 +0000
+++ new-haskell-diff//changelog 2013-02-08 20:16:13.635720156 +0000
@@ -1,6 +1,7 @@
haskell-diff (0.2.0-1) UNRELEASED; urgency=low
* New upstream release
+ * Enable test suite
-- Joachim Breitner <nomeata at debian.org> Fri, 08 Feb 2013 21:09:42 +0100
diff -rN -u old-haskell-diff//control new-haskell-diff//control
--- old-haskell-diff//control 2013-02-08 20:16:13.623929382 +0000
+++ new-haskell-diff//control 2013-02-08 20:16:13.631729422 +0000
@@ -9,6 +9,9 @@
, ghc
, ghc-prof
, ghc-doc
+ , libghc-quickcheck2-dev (>= 2.4)
+ , libghc-test-framework-dev (>= 0.4)
+ , libghc-test-framework-quickcheck2-dev (>= 0.2)
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/Diff
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diff
diff -rN -u old-haskell-diff//rules new-haskell-diff//rules
--- old-haskell-diff//rules 2013-02-08 20:16:13.623929382 +0000
+++ new-haskell-diff//rules 2013-02-08 20:16:13.631729422 +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