[Pkg-haskell-commits] darcs: haskell-quickcheck: Fix code to set non-Template-Haskell configure flags.
Colin Watson
cjwatson at debian.org
Sun May 10 18:05:07 UTC 2015
Sun May 10 18:00:13 UTC 2015 Colin Watson <cjwatson at debian.org>
* Fix code to set non-Template-Haskell configure flags.
M ./changelog +6
M ./rules -1 +1
Sun May 10 18:00:13 UTC 2015 Colin Watson <cjwatson at debian.org>
* Fix code to set non-Template-Haskell configure flags.
diff -rN -u old-haskell-quickcheck/changelog new-haskell-quickcheck/changelog
--- old-haskell-quickcheck/changelog 2015-05-10 18:05:07.062006832 +0000
+++ new-haskell-quickcheck/changelog 2015-05-10 18:05:07.070006835 +0000
@@ -1,3 +1,9 @@
+haskell-quickcheck (2.7.6-7) UNRELEASED; urgency=medium
+
+ * Fix code to set non-Template-Haskell configure flags.
+
+ -- Colin Watson <cjwatson at debian.org> Sun, 10 May 2015 18:59:53 +0100
+
haskell-quickcheck (2.7.6-6) unstable; urgency=medium
* Upload to unstable
diff -rN -u old-haskell-quickcheck/rules new-haskell-quickcheck/rules
--- old-haskell-quickcheck/rules 2015-05-10 18:05:07.062006832 +0000
+++ new-haskell-quickcheck/rules 2015-05-10 18:05:07.070006835 +0000
@@ -5,7 +5,7 @@
DEB_CABAL_PACKAGE = quickcheck2
# Disable templateHaskell on architecture that doesn't support it
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell ghc --info | fgrep 'Have interpreter' | fgrep -q YES || --flags=-templateHaskell )
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell ghc --info | fgrep 'Have interpreter' | fgrep -q YES || printf %s --flags=-templateHaskell )
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list