
15 May
2011
15 May
'11
11:21 a.m.
On 5/14/11 6:12 PM, Nathan Howell wrote:
Waf supports parallel builds and works with GHC without too much trouble.
I'm surprised no-one has yet mentioned Shake, a build tool/library written in Haskell. It does parallel builds, multi-language working, accurate dependencies, etc etc. I use it every day at work, and it is robust, scalable, and relatively easy to use. Introductory video here: http://vimeo.com/15465133 Open source implementation here: https://github.com/batterseapower/openshake Regards, Malcolm