On Thu, 2007-10-18 at 13:19 +0200, Johannes Waldmann wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Can ghc execute compilations in parallel?
> (With  GNU make, I'd say "make -j 2"
> but how to achieve this with "ghc --make" ?)

We're also going to try and solve this in Cabal by having Cabal do the
module dependency analysis and then call ghc (and pre-processors) in
single shot mode and in parallel.

Duncan
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to