Heh, I'm interested in both, but I'm feeling like I needed a new project, and I thought this might make a good one =)

Louis Wasserman
wasserman.louis@gmail.com
http://profiles.google.com/wasserman.louis


On Thu, Jun 3, 2010 at 5:42 PM, Don Stewart <dons@galois.com> wrote:
chrisdone:
> On 4 June 2010 00:05, Don Stewart <dons@galois.com> wrote:
> > wasserman.louis:
> >> What, if anything, stands in the way of parallelizing Cabal installs, make -j
> >> style?
> >
> > Parallelizing ghc --make
> >
> >    http://vimeo.com/6572966
>
> Unless Louis meant what's stopping cabal-install from installing
> dependancies in parallel instead of serial? In which case; nothing?
>

Oh, sorry, dependencies (package level parallelism) vs modules (ghc --make level parallelism)

-- don