ghc --make-parallel ?

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Thu Oct 18 19:18:16 EDT 2007


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


More information about the Glasgow-haskell-users mailing list