[Pkg-haskell-commits] darcs: haskell-hsh: Fix detection of threaded runtime (include hlibrary.mk first!)
Joachim Breitner
nomeata at debian.org
Fri Jan 4 14:50:37 UTC 2013
Sat Jun 4 20:31:47 UTC 2011 Joachim Breitner <nomeata at debian.org>
* Fix detection of threaded runtime (include hlibrary.mk first!)
Ignore-this: 7d7b585ad0c6bed57a2de484aa51523
M ./changelog +6
M ./rules -3 +3
Sat Jun 4 20:31:47 UTC 2011 Joachim Breitner <nomeata at debian.org>
* Fix detection of threaded runtime (include hlibrary.mk first!)
Ignore-this: 7d7b585ad0c6bed57a2de484aa51523
diff -rN -u old-haskell-hsh//changelog new-haskell-hsh//changelog
--- old-haskell-hsh//changelog 2013-01-04 14:50:37.163782711 +0000
+++ new-haskell-hsh//changelog 2013-01-04 14:50:37.187766188 +0000
@@ -1,3 +1,9 @@
+haskell-hsh (2.0.3-5) UNRELEASED; urgency=low
+
+ * Fix detection of threaded runtime (include hlibrary.mk first!)
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 04 Jun 2011 22:31:25 +0200
+
haskell-hsh (2.0.3-4) unstable; urgency=low
* [482498f] s/ghc6/ghc/
diff -rN -u old-haskell-hsh//rules new-haskell-hsh//rules
--- old-haskell-hsh//rules 2013-01-04 14:50:37.155736107 +0000
+++ new-haskell-hsh//rules 2013-01-04 14:50:37.171723814 +0000
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-# 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)
-
# Standard way of building Haskell libraries .
include /usr/share/cdbs/1/rules/debhelper.mk
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)
+
More information about the Pkg-haskell-commits
mailing list