[Pkg-haskell-commits] darcs: hlint: More s/ghc6/ghc/

Joachim Breitner mail at joachim-breitner.de
Wed Apr 13 06:47:24 UTC 2011


Wed Apr 13 06:43:33 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * More s/ghc6/ghc/
  Ignore-this: eb9ce267845276e6c7739c47fa0f098e

    M ./rules -1 +1

Wed Apr 13 06:43:33 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * More s/ghc6/ghc/
  Ignore-this: eb9ce267845276e6c7739c47fa0f098e
diff -rN -u old-hlint/rules new-hlint/rules
--- old-hlint/rules	2011-04-13 06:47:24.381358390 +0000
+++ new-hlint/rules	2011-04-13 06:47:24.385358600 +0000
@@ -6,7 +6,7 @@
 include /usr/share/cdbs/1/class/hlibrary.mk
 
 # If no threaded RTS is found, disable it
-DEB_SETUP_GHC6_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC6_VERSION)/libHSrts_thr.a || echo --flags=-threaded)
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC_VERSION)/libHSrts_thr.a || echo --flags=-threaded)
 
 build/$(CABAL_PACKAGE) :: build-ghc-stamp
 





More information about the Pkg-haskell-commits mailing list