Re: headless on windows

2008-08-13 Thread Claus Reinke
Thanks, Claus - Original Message - From: "Duncan Coutts" <[EMAIL PROTECTED]> To: "Claus Reinke" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, August 13, 2008 1:49 PM Subject: Re: headless on windows On Mon, 2008-08-11 at 01:00 +0100, Claus Reinke wrot

Re: headless on windows

2008-08-13 Thread Duncan Coutts
On Mon, 2008-08-11 at 01:00 +0100, Claus Reinke wrote: > For my issue (build failure with insufficient stack space for haddock > called via cabal), it would have been sufficient if 'Setup haddock --help' > would have pointed to 'Setup configure --haddock-option(s)' - a simple > but useful document

Re: headless on windows

2008-08-10 Thread Claus Reinke
> You should be able to pass --haddock-options to "Setup configure". Interesting. It would be nice if 'Setup haddock --help' would mention that, especially since 'Setup configure --help' doesn't mention haddock by name (I even looked into the Cabal sources, saw the hardcoded HaddockFlags, and ga

Re: headless on windows

2008-08-10 Thread Duncan Coutts
On Sun, 2008-08-10 at 19:23 +0100, Claus Reinke wrote: > > You should be able to pass --haddock-options to "Setup configure". > > Interesting. It would be nice if 'Setup haddock --help' would mention > that, especially since 'Setup configure --help' doesn't mention haddock > by name (I even looked

Re: headless on windows

2008-08-10 Thread Claus Reinke
You should be able to pass --haddock-options to "Setup configure". Interesting. It would be nice if 'Setup haddock --help' would mention that, especially since 'Setup configure --help' doesn't mention haddock by name (I even looked into the Cabal sources, saw the hardcoded HaddockFlags, and gav

Re: headless on windows

2008-08-10 Thread Ian Lynagh
On Fri, Aug 08, 2008 at 09:28:50PM +0100, Claus Reinke wrote: > >>>Running Haddock for ghc-6.9... > >>>Heap exhausted; > >>>Current maximum heap size is 268435456 bytes (256 Mb); > >>This is haddock failing, right? What version do you have? > > > >Yes. Though I've got no idea how to get the RTS opt

Re: headless on windows

2008-08-08 Thread Claus Reinke
Running Haddock for ghc-6.9... Heap exhausted; Current maximum heap size is 268435456 bytes (256 Mb); This is haddock failing, right? What version do you have? Yes. Though I've got no idea how to get the RTS option to it, as it is called via cabal (which has --prog-options for build, but not fo

Re: headless on windows

2008-08-07 Thread Claus Reinke
Hi Ian, Running Haddock for ghc-6.9... [...] Heap exhausted; Current maximum heap size is 268435456 bytes (256 Mb); use `+RTS -M' to increase it. make[2]: *** [doc.stage.2] Error 251 make[2]: Leaving directory `/cygdrive/c/fptools/ghc/compiler' make[1]: *** [stage2] Error 2 make[1]: Leavi

Re: headless on windows

2008-08-07 Thread Ian Lynagh
Hi Claus, On Thu, Aug 07, 2008 at 09:19:23PM +0100, Claus Reinke wrote: > > encouraged by yesterdays green entries (not including windows > head), I tried to build again, and it was humming along rather > nicely, until.. > > Running Haddock for ghc-6.9... > [...] > > Heap exhausted; > > Curr

headless on windows

2008-08-07 Thread Claus Reinke
[not as much fun as the movie of a different title] encouraged by yesterdays green entries (not including windows head), I tried to build again, and it was humming along rather nicely, until.. I see that todays "recent build" entries (including windows head) have moved to fashionable red again,