summaryrefslogtreecommitdiff
path: root/p/haskell-raaz
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-17 20:30:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-17 20:30:33 -0700
commite98a41763e485555be575a6b34f8f5f440c636d8 (patch)
tree720869ff77b3e529937f37b5699072f1492a6d4a /p/haskell-raaz
parent23d06b119ba5773e24a10275a342968f6ce6d040 (diff)
downloadDHG_packages-e98a41763e485555be575a6b34f8f5f440c636d8.tar.gz
raaz: enable tests
Diffstat (limited to 'p/haskell-raaz')
-rw-r--r--p/haskell-raaz/debian/control3
-rwxr-xr-xp/haskell-raaz/debian/rules1
2 files changed, 4 insertions, 0 deletions
diff --git a/p/haskell-raaz/debian/control b/p/haskell-raaz/debian/control
index 3e532e397..e04daaff2 100644
--- a/p/haskell-raaz/debian/control
+++ b/p/haskell-raaz/debian/control
@@ -12,6 +12,9 @@ Build-Depends: debhelper (>= 10),
libghc-mtl-prof,
libghc-vector-dev,
libghc-vector-prof,
+ libghc-hunit-dev (>= 1.2) <!nocheck>,
+ libghc-hspec-dev <!nocheck>,
+ libghc-quickcheck2-dev <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
libghc-vector-doc,
diff --git a/p/haskell-raaz/debian/rules b/p/haskell-raaz/debian/rules
index 9f79b5bed..0428a31a5 100755
--- a/p/haskell-raaz/debian/rules
+++ b/p/haskell-raaz/debian/rules
@@ -2,6 +2,7 @@
DEB_CABAL_PACKAGE = raaz
DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk