[Pkg-haskell-commits] darcs: haskell-lens: Really disable templates testsuite without ghci. Sigh.

Joachim Breitner mail at joachim-breitner.de
Sat Jun 20 20:36:58 UTC 2015


Sat Jun 20 20:30:33 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Really disable templates testsuite without ghci. Sigh.

    M ./changelog +6
    M ./rules -1 +1

Sat Jun 20 20:30:33 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Really disable templates testsuite without ghci. Sigh.
diff -rN -u old-haskell-lens/changelog new-haskell-lens/changelog
--- old-haskell-lens/changelog	2015-06-20 20:36:58.362801488 +0000
+++ new-haskell-lens/changelog	2015-06-20 20:36:58.370801489 +0000
@@ -1,3 +1,9 @@
+haskell-lens (4.6.0.1-11) UNRELEASED; urgency=medium
+
+  * Really disable templates testsuite without ghci. Sigh.
+
+ -- Joachim Breitner <nomeata at 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 -rN -u old-haskell-lens/rules new-haskell-lens/rules
--- old-haskell-lens/rules	2015-06-20 20:36:58.362801488 +0000
+++ new-haskell-lens/rules	2015-06-20 20:36:58.366801488 +0000
@@ -23,6 +23,6 @@
 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
 




More information about the Pkg-haskell-commits mailing list