recommended build system

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Mon Dec 5 05:49:37 EST 2005


Frederik Eaton <frederik at a5.repetae.net> writes:

> I'm looking for a build system for my projects which will correctly
> handle all of ghc's dependencies. I.e. every time I ask it to rebuild
> an output file, it will only do the minimum amount of compilation
> necessary.

'hmake' is pretty good at what you want.
    http://haskell.org/hmake

Regards,
    Malcolm


More information about the Glasgow-haskell-users mailing list