[Pkg-haskell-commits] darcs: hbro: Fix path to test whether -threaded is supported by GHC

Joachim Breitner mail at joachim-breitner.de
Tue Dec 10 23:54:01 UTC 2013


Tue Dec 10 23:53:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix path to test whether -threaded is supported by GHC

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

Tue Dec 10 23:53:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix path to test whether -threaded is supported by GHC
diff -rN -u old-hbro/changelog new-hbro/changelog
--- old-hbro/changelog	2013-12-10 23:54:00.914785046 +0000
+++ new-hbro/changelog	2013-12-10 23:54:00.914785046 +0000
@@ -8,6 +8,7 @@
 
   [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
+  * Fix path to test whether -threaded is supported by GHC
 
   [ Clint Adams ]
   * Patch readability check so hbro will start without ui.xml in the
diff -rN -u old-hbro/rules new-hbro/rules
--- old-hbro/rules	2013-12-10 23:54:00.914785046 +0000
+++ new-hbro/rules	2013-12-10 23:54:00.922785047 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC_VERSION)/libHSrts_thr.a || echo --flags=-threaded)
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/libHSrts_thr.a || echo --flags=-threaded)
 DEB_SETUP_GHC_CONFIGURE_ARGS += --datasubdir=hbro
 
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Pkg-haskell-commits mailing list