[Pkg-haskell-commits] darcs: haskell-texmath: Run ghc6 without active timer (+RTS -V0 -RTS) to avoid build problems on hppa
Joachim Breitner
mail at joachim-breitner.de
Sun Aug 22 14:09:18 UTC 2010
Sun Aug 22 14:05:58 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Run ghc6 without active timer (+RTS -V0 -RTS) to avoid build problems on hppa
Ignore-this: 9b68818e111cc08c453549a04b9e10ba
M ./changelog +7
M ./rules +2
Sun Aug 22 14:05:58 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Run ghc6 without active timer (+RTS -V0 -RTS) to avoid build problems on hppa
Ignore-this: 9b68818e111cc08c453549a04b9e10ba
diff -rN -u old-haskell-texmath/changelog new-haskell-texmath/changelog
--- old-haskell-texmath/changelog 2010-08-22 14:09:17.517915457 +0000
+++ new-haskell-texmath/changelog 2010-08-22 14:09:17.525915887 +0000
@@ -1,3 +1,10 @@
+haskell-texmath (0.3.0.2-2) UNRELEASED; urgency=low
+
+ * Run ghc6 without active timer (+RTS -V0 -RTS) to avoid build
+ problems on hppa
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 22 Aug 2010 16:05:41 +0200
+
haskell-texmath (0.3.0.2-1) unstable; urgency=low
* New upstream release (closes: #591169).
diff -rN -u old-haskell-texmath/rules new-haskell-texmath/rules
--- old-haskell-texmath/rules 2010-08-22 14:09:17.517915457 +0000
+++ new-haskell-texmath/rules 2010-08-22 14:09:17.521915672 +0000
@@ -2,5 +2,7 @@
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