[Pkg-haskell-commits] darcs: haskell-hsh: This no longer supports -f-threaded, it seems

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


Tue Dec 10 23:52:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * This no longer supports -f-threaded, it seems

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

Tue Dec 10 23:52:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * This no longer supports -f-threaded, it seems
diff -rN -u old-haskell-hsh/changelog new-haskell-hsh/changelog
--- old-haskell-hsh/changelog	2013-12-10 23:53:04.462779374 +0000
+++ new-haskell-hsh/changelog	2013-12-10 23:53:04.466779373 +0000
@@ -1,6 +1,7 @@
 haskell-hsh (2.1.0-3) UNRELEASED; urgency=low
 
   * Adjust watch file to new hackage layout
+  * This no longer supports -f-threaded, it seems
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:20:39 +0200
 
diff -rN -u old-haskell-hsh/rules new-haskell-hsh/rules
--- old-haskell-hsh/rules	2013-12-10 23:53:04.462779374 +0000
+++ new-haskell-hsh/rules	2013-12-10 23:53:04.470779373 +0000
@@ -3,7 +3,3 @@
 # 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