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

Joachim Breitner mail at joachim-breitner.de
Sun Apr 6 08:42:03 UTC 2014


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

    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)
diff -rN -u old-haskell-gtk3/changelog new-haskell-gtk3/changelog
--- old-haskell-gtk3/changelog	2014-04-06 08:42:03.460198476 +0000
+++ new-haskell-gtk3/changelog	2014-04-06 08:42:03.492198474 +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-gtk3/rules new-haskell-gtk3/rules
--- old-haskell-gtk3/rules	2014-04-06 08:42:03.460198476 +0000
+++ new-haskell-gtk3/rules	2014-04-06 08:42:03.464198476 +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