[Pkg-haskell-commits] darcs: hlint: Fix path to test whether -threaded is supported by GHC
Joachim Breitner
mail at joachim-breitner.de
Tue Dec 10 23:58:59 UTC 2013
Tue Dec 10 23:54:50 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix path to test whether -threaded is supported by GHC
M ./changelog +6
M ./rules -1 +1
Tue Dec 10 23:54:50 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix path to test whether -threaded is supported by GHC
diff -rN -u old-hlint/changelog new-hlint/changelog
--- old-hlint/changelog 2013-12-10 23:58:59.778816662 +0000
+++ new-hlint/changelog 2013-12-10 23:58:59.786816663 +0000
@@ -1,3 +1,9 @@
+hlint (1.8.53-2) UNRELEASED; urgency=medium
+
+ * Fix path to test whether -threaded is supported by GHC
+
+ -- Joachim Breitner <nomeata at debian.org> Tue, 10 Dec 2013 23:54:48 +0000
+
hlint (1.8.53-1) unstable; urgency=low
[ Joachim Breitner ]
diff -rN -u old-hlint/rules new-hlint/rules
--- old-hlint/rules 2013-12-10 23:58:59.778816662 +0000
+++ new-hlint/rules 2013-12-10 23:58:59.786816663 +0000
@@ -6,7 +6,7 @@
include /usr/share/cdbs/1/class/hlibrary.mk
# If no threaded RTS is found, disable it
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC_VERSION)/libHSrts_thr.a || echo --flags=-threaded) --datasubdir=/usr/share/hlint
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/libHSrts_thr.a || echo --flags=-threaded) --datasubdir=/usr/share/hlint
build/$(CABAL_PACKAGE) :: build-ghc-stamp
More information about the Pkg-haskell-commits
mailing list