On Wed, Jun 20, 2007 at 04:38:36PM +1000, Roman Leshchinskiy wrote: > The parse error is because ndp uses some ghc extensions which Haddock > doesn't understand. But why is Haddock run at all here? IMO, a separate > make doc step is preferable to running it automatically. In any case, I > assume it can be turned off but the build documentation doesn't seem to > say how. Also, IMO Haddock errors should never be treated as fatal by > the build system.
make NO_HADDOCK_DOCS=YES I agree this should be the default ... unless cabal/haddock.ghc is ever fixed, I can't build GHC without that flag. (OK, in reality I went back to the far inferior regular haddock after a few months of this pain!) Stefan _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
