Re: Release candidate for 6.2.2 availabe

2004-09-23 Thread Peter Simons
Sven Panne writes: 1) The build fails: My fault, already fixed. Great. Just built the compiler from the scratch; works nicely now. 2) make distclean fails: I'll have a look into it. Also works correctly now. make XMLDocWays=html ps install-docs OK. :-) I changed

Compiling faster

2004-09-23 Thread George Russell
I am responsible for a large project containing 577 Haskell library modules, with almost 120 KLOC. These modules are divided into packages. They can be compiled either (1) the old way, using ghc -M to generate dependency files, and then using make to call GHC once for each file. (2) the new way,