[Pkg-haskell-commits] darcs: haskell-hxt: Run ghc6 without active timer (+RTS -V0 -RTS). Should work around http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches.
Joachim Breitner
mail at joachim-breitner.de
Sat Jul 10 18:10:40 UTC 2010
Sat Jul 10 17:56:02 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Run ghc6 without active timer (+RTS -V0 -RTS). Should work around http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches.
Ignore-this: 259c2f99d4a9bced6a702ae0300f2ff3
M ./changelog +2
M ./rules +1
Sat Jul 10 17:56:02 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Run ghc6 without active timer (+RTS -V0 -RTS). Should work around http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches.
Ignore-this: 259c2f99d4a9bced6a702ae0300f2ff3
diff -rN -u old-haskell-hxt/changelog new-haskell-hxt/changelog
--- old-haskell-hxt/changelog 2010-07-10 18:10:40.188130925 +0000
+++ new-haskell-hxt/changelog 2010-07-10 18:10:40.200131552 +0000
@@ -6,6 +6,8 @@
* Add VCS-Fields
* Add example to libghc6-hxt-doc
* Switch to 3.0 (quilt) source format
+ * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around
+ http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches.
-- Joachim Breitner <nomeata at debian.org> Sat, 10 Jul 2010 19:47:05 +0200
diff -rN -u old-haskell-hxt/rules new-haskell-hxt/rules
--- old-haskell-hxt/rules 2010-07-10 18:10:40.188130925 +0000
+++ new-haskell-hxt/rules 2010-07-10 18:10:40.188130925 +0000
@@ -3,6 +3,7 @@
# DH_VERBOSE=1
DEB_CABAL_PACKAGE = hxt
+DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list