Re: Build fails with missing haddock for HEAD

2007-05-17 Thread Jost Berthold
Hi Ian, Well, the last failing attempt was due to my stupidness... I set NO_HADDOCK_DOCS = "YES" (with quotes :-) Now I removed the quotes - and added (SplitObjs = NO;GhcLibWays = ) on the way - so it should build (or else I will tell you). However, I think GHC sources should complain early (u

Re: Build fails with missing haddock for HEAD

2007-05-16 Thread Ian Lynagh
On Wed, May 16, 2007 at 01:16:14PM +0200, Jost Berthold wrote: > > I have looked at ifBuildable.hs and Setup.hs, without getting a clue how > to switch off the haddock phase. > ifBuildable checks for buildable packages and complains if core packages > are not; and Setup is part of Cabal, calling

Build fails with missing haddock for HEAD

2007-05-16 Thread Jost Berthold
Hello, please excuse me for the (maybe) stupid question: I have some problems with the new library build system. I am used to work on GHC-HEAD versions, but my latest update was in January, and since April, I cannot build HEAD any more, and do not have a clue. Today, I have again tried to str