summaryrefslogtreecommitdiff
path: root/p/haskell-aeson
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-07-14 21:35:20 -0400
committerClint Adams <clint@debian.org>2017-07-14 21:35:20 -0400
commit7081e259d51c82acd00e9866a7e0de6b63bb9a1d (patch)
treea0939cc050211c1e34ccaac8724d1256b2fcfa21 /p/haskell-aeson
parent65c8c770ec142fc9ab6f062a27412553f49bc8a6 (diff)
downloadDHG_packages-7081e259d51c82acd00e9866a7e0de6b63bb9a1d.tar.gz
aeson: re-enable testsuite
Diffstat (limited to 'p/haskell-aeson')
-rw-r--r--p/haskell-aeson/debian/changelog6
-rwxr-xr-xp/haskell-aeson/debian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index df84ffb1e..19301c5a4 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (1.0.2.1-4) unstable; urgency=medium
+
+ * Re-enable testsuite.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Jul 2017 18:48:44 -0400
+
haskell-aeson (1.0.2.1-3) unstable; urgency=medium
* Disable testsuite.
diff --git a/p/haskell-aeson/debian/rules b/p/haskell-aeson/debian/rules
index 515043e71..a0dfb741a 100755
--- a/p/haskell-aeson/debian/rules
+++ b/p/haskell-aeson/debian/rules
@@ -2,7 +2,7 @@
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=-th)
DEB_SETUP_GHC_CONFIGURE_ARGS += $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)
-#DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
+DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk