summaryrefslogtreecommitdiff
path: root/p/haskell-diff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-02-09 00:10:48 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-02-09 00:10:48 +0400
commit4eeafcf5f6ce222c99a4b0936ffcfb6e3bd89fb5 (patch)
tree2d81daa090278074b88c5243625691f3c1c9358b /p/haskell-diff
parent5839ca16e8dad18ac70ad1dbc59cca7f6e2a2aa1 (diff)
downloadDHG_packages-4eeafcf5f6ce222c99a4b0936ffcfb6e3bd89fb5.tar.gz
haskell-diff: Enable test suite
Diffstat (limited to 'p/haskell-diff')
-rw-r--r--p/haskell-diff/debian/changelog1
-rw-r--r--p/haskell-diff/debian/control3
-rwxr-xr-xp/haskell-diff/debian/rules2
3 files changed, 6 insertions, 0 deletions
diff --git a/p/haskell-diff/debian/changelog b/p/haskell-diff/debian/changelog
index 81603e9b4..89b5823cd 100644
--- a/p/haskell-diff/debian/changelog
+++ b/p/haskell-diff/debian/changelog
@@ -1,6 +1,7 @@
haskell-diff (0.2.0-1) UNRELEASED; urgency=low
* New upstream release
+ * Enable test suite
-- Joachim Breitner <nomeata@debian.org> Fri, 08 Feb 2013 21:09:42 +0100
diff --git a/p/haskell-diff/debian/control b/p/haskell-diff/debian/control
index f4f50d8ed..3f347657c 100644
--- a/p/haskell-diff/debian/control
+++ b/p/haskell-diff/debian/control
@@ -9,6 +9,9 @@ Build-Depends: debhelper (>= 7)
, 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 --git a/p/haskell-diff/debian/rules b/p/haskell-diff/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-diff/debian/rules
+++ b/p/haskell-diff/debian/rules
@@ -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