summaryrefslogtreecommitdiff
path: root/p/haskell-hashable
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-10-17 19:00:38 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-10-17 19:00:38 +0400
commit72d275fc04bae8b9dc42583727a9f4c8557b49ee (patch)
tree8d4ec5efc32e4ede2aa59e6d59a9822971bf8256 /p/haskell-hashable
parentf2cdc0d10a4c0bc10fdc244790eb9f3aa524fb2e (diff)
downloadDHG_packages-72d275fc04bae8b9dc42583727a9f4c8557b49ee.tar.gz
haskell-hashable: Enable testsuite
Diffstat (limited to 'p/haskell-hashable')
-rw-r--r--p/haskell-hashable/debian/changelog1
-rw-r--r--p/haskell-hashable/debian/control6
-rwxr-xr-xp/haskell-hashable/debian/rules2
3 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-hashable/debian/changelog b/p/haskell-hashable/debian/changelog
index 69148cb70..6747a1d66 100644
--- a/p/haskell-hashable/debian/changelog
+++ b/p/haskell-hashable/debian/changelog
@@ -4,6 +4,7 @@ haskell-hashable (1.1.2.5-1) UNRELEASED; urgency=low
against experimental
* Bump standards version, no change
* New upstream release
+ * Enable testsuite
-- Joachim Breitner <nomeata@debian.org> Wed, 17 Oct 2012 16:58:10 +0200
diff --git a/p/haskell-hashable/debian/control b/p/haskell-hashable/debian/control
index d1809e887..9226f27b1 100644
--- a/p/haskell-hashable/debian/control
+++ b/p/haskell-hashable/debian/control
@@ -11,6 +11,12 @@ Build-Depends: debhelper (>= 7)
, libghc-text-dev (>> 0.11.0.5)
, libghc-text-dev (<< 0.12)
, libghc-text-prof
+ , libghc-test-framework-dev (>= 0.3.3)
+ , libghc-test-framework-quickcheck2-dev (>= 0.2.9)
+ , libghc-quickcheck2-dev (>= 2.4.0.1)
+ , libghc-random-dev (>= 1.0)
+ , libghc-random-dev (<< 1.1)
+ , libghc-text-dev (>= 0.11.0.5)
Build-Depends-Indep: ghc-doc
, libghc-text-doc
Standards-Version: 3.9.4
diff --git a/p/haskell-hashable/debian/rules b/p/haskell-hashable/debian/rules
index 683e77bcf..c03351cee 100755
--- a/p/haskell-hashable/debian/rules
+++ b/p/haskell-hashable/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