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

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


Tue Dec 10 23:50:10 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:50:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix path to test whether -threaded is supported by GHC
diff -rN -u old-haskell-aeson/changelog new-haskell-aeson/changelog
--- old-haskell-aeson/changelog	2013-12-10 23:58:41.166814618 +0000
+++ new-haskell-aeson/changelog	2013-12-10 23:58:41.174814619 +0000
@@ -1,3 +1,9 @@
+haskell-aeson (0.6.2.1-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:49:56 +0000
+
 haskell-aeson (0.6.2.1-1) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-aeson/rules new-haskell-aeson/rules
--- old-haskell-aeson/rules	2013-12-10 23:58:41.166814618 +0000
+++ new-haskell-aeson/rules	2013-12-10 23:58:41.174814619 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=-th)
-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_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/bin/ghci && echo yes)
 
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Pkg-haskell-commits mailing list