
5 Dec
2005
5 Dec
'05
5:49 a.m.
Frederik Eaton
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