[Pkg-haskell-commits] darcs: haskell-gtk: Work around ghc timer issues on hppa (Closes: #590258)

Joachim Breitner mail at joachim-breitner.de
Sat Jul 31 17:47:48 UTC 2010


Sat Jul 31 17:37:50 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Work around ghc timer issues on hppa (Closes: #590258)
  Ignore-this: fd0b769bdda5f1f8e0acbd483c602570

    M ./changelog +6
    M ./rules +2

Sat Jul 31 17:37:50 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Work around ghc timer issues on hppa (Closes: #590258)
  Ignore-this: fd0b769bdda5f1f8e0acbd483c602570
diff -rN -u old-haskell-gtk/changelog new-haskell-gtk/changelog
--- old-haskell-gtk/changelog	2010-07-31 17:47:48.843174145 +0000
+++ new-haskell-gtk/changelog	2010-07-31 17:47:48.851174573 +0000
@@ -1,3 +1,9 @@
+haskell-gtk (0.11.0-4) UNRELEASED; urgency=low
+
+  * Work around ghc timer issues on hppa (Closes: #590258)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 31 Jul 2010 19:37:14 +0200
+
 haskell-gtk (0.11.0-3) unstable; urgency=low
 
   * control: Remove -prof package.
diff -rN -u old-haskell-gtk/rules new-haskell-gtk/rules
--- old-haskell-gtk/rules	2010-07-31 17:47:48.843174145 +0000
+++ new-haskell-gtk/rules	2010-07-31 17:47:48.847174359 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+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