On Tue, Jun 19, 2007 at 11:43:35PM -0700, Stefan O'Rear wrote: > 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
This has been on my TODO list for some time - now done! You need to set HADDOCK_DOCS=YES if you want the docs built. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
