[Haskell-cafe] Using cmake with haskell
Malcolm Wallace
malcolm.wallace at me.com
Sun May 15 17:21:07 CEST 2011
> 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
More information about the Haskell-Cafe
mailing list