[Pkg-haskell-commits] darcs: haskell-src-exts: Run ghc6 without active timer (+RTS -V0 -RTS). Should work around http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches. Negative side effects not known (yet).
Joachim Breitner
mail at joachim-breitner.de
Fri Jun 25 13:12:20 UTC 2010
Fri Jun 25 13:02:58 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. Negative side effects not known (yet).
Ignore-this: ed7c8dcce8f6fffe22202a59119d2815
M ./changelog +8
M ./rules +1
Fri Jun 25 13:02:58 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. Negative side effects not known (yet).
Ignore-this: ed7c8dcce8f6fffe22202a59119d2815
diff -rN -u old-haskell-src-exts/changelog new-haskell-src-exts/changelog
--- old-haskell-src-exts/changelog 2010-06-25 13:12:20.124641756 +0000
+++ new-haskell-src-exts/changelog 2010-06-25 13:12:20.132642181 +0000
@@ -1,3 +1,11 @@
+haskell-src-exts (1.9.0-2) UNRELEASED; urgency=low
+
+ * Run ghc6 without active timer (+RTS -V0 -RTS). Should work around
+ http://hackage.haskell.org/trac/ghc/ticket/4074 on slow arches. Negative
+ side effects not known (yet).
+
+ -- Joachim Breitner <nomeata at debian.org> Fri, 25 Jun 2010 15:02:06 +0200
+
haskell-src-exts (1.9.0-1) unstable; urgency=low
[ Giovanni Mascellani ]
diff -rN -u old-haskell-src-exts/rules new-haskell-src-exts/rules
--- old-haskell-src-exts/rules 2010-06-25 13:12:20.124641756 +0000
+++ new-haskell-src-exts/rules 2010-06-25 13:12:20.128641968 +0000
@@ -2,6 +2,7 @@
DEB_CABAL_PACKAGE=src-exts
DEB_BUILD_DEPENDENCIES = build-arch
+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