summaryrefslogtreecommitdiff
path: root/p/haskell-lens
diff options
context:
space:
mode:
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