[Pkg-haskell-commits] darcs: washngo: 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
Mon Jun 28 08:45:22 UTC 2010
Mon Jun 28 08:32:14 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: eb39afd6498b192fd3d2a2ccfa119f08
M ./changelog +8
M ./rules +1
Mon Jun 28 08:32:14 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: eb39afd6498b192fd3d2a2ccfa119f08
diff -rN -u old-washngo/changelog new-washngo/changelog
--- old-washngo/changelog 2010-06-28 08:45:22.209858025 +0000
+++ new-washngo/changelog 2010-06-28 08:45:22.217858447 +0000
@@ -1,3 +1,11 @@
+washngo (2.12.0.1-4) 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> Mon, 28 Jun 2010 10:31:48 +0200
+
washngo (2.12.0.1-3) unstable; urgency=low
* Prevent -prof files from being installed in -dev (Closes: #581574)
diff -rN -u old-washngo/rules new-washngo/rules
--- old-washngo/rules 2010-06-28 08:45:22.209858025 +0000
+++ new-washngo/rules 2010-06-28 08:45:22.213858236 +0000
@@ -2,6 +2,7 @@
DEB_CABAL_PACKAGE = wash
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