[Pkg-haskell-commits] darcs: haskell-regex-tdfa: 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:35:16 UTC 2010
Mon Jun 28 08:30:43 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: d1519f23422a962a272ce64f71e1c029
M ./changelog +8
M ./rules +2
Mon Jun 28 08:30:43 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: d1519f23422a962a272ce64f71e1c029
diff -rN -u old-haskell-regex-tdfa/changelog new-haskell-regex-tdfa/changelog
--- old-haskell-regex-tdfa/changelog 2010-06-28 08:35:16.377907594 +0000
+++ new-haskell-regex-tdfa/changelog 2010-06-28 08:35:16.385908016 +0000
@@ -1,3 +1,11 @@
+haskell-regex-tdfa (1.1.3-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> Mon, 28 Jun 2010 10:30:17 +0200
+
haskell-regex-tdfa (1.1.3-1) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskell-regex-tdfa/rules new-haskell-regex-tdfa/rules
--- old-haskell-regex-tdfa/rules 2010-06-28 08:35:16.377907594 +0000
+++ new-haskell-regex-tdfa/rules 2010-06-28 08:35:16.381907805 +0000
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
+
# Standard way of building Haskell libraries .
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