summaryrefslogtreecommitdiff
path: root/p/haskell-lens
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-06-20 23:30:33 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-06-20 23:30:33 +0300
commit669c341db0d334030b974cbe67a1530ce9b50ffb (patch)
treed527015fd12db222a8c27091ae899b770bfffd05 /p/haskell-lens
parenteb1a7e621af2693a3e2a613b2c663ea1a6ce751c (diff)
downloadDHG_packages-669c341db0d334030b974cbe67a1530ce9b50ffb.tar.gz
haskell-lens: Really disable templates testsuite without ghci. Sigh.
Diffstat (limited to 'p/haskell-lens')
-rw-r--r--p/haskell-lens/debian/changelog6
-rwxr-xr-xp/haskell-lens/debian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-lens/debian/changelog b/p/haskell-lens/debian/changelog
index 6b88e1c8c..b5215f601 100644
--- a/p/haskell-lens/debian/changelog
+++ b/p/haskell-lens/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lens (4.6.0.1-11) UNRELEASED; urgency=medium
+
+ * Really disable templates testsuite without ghci. Sigh.
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 20 Jun 2015 22:30:24 +0200
+
haskell-lens (4.6.0.1-10) unstable; urgency=medium
* Disable templates testsuite without ghci
diff --git a/p/haskell-lens/debian/rules b/p/haskell-lens/debian/rules
index 20feafd0f..cffe5aa54 100755
--- a/p/haskell-lens/debian/rules
+++ b/p/haskell-lens/debian/rules
@@ -23,6 +23,6 @@ ifeq ($(GHC_HAS_SMP),no)
endif
ifeq ($(shell if [ ! -e /usr/bin/ghci ]; then echo 0; fi),0)
- DEB_SETUP_GHC_CONFIGURE_ARGS += -fwithout-th -f-test-hunit -ftest-templates -f-test-properties
+ DEB_SETUP_GHC_CONFIGURE_ARGS += -fwithout-th -f-test-hunit -f-test-templates -f-test-properties
endif