[Haskell-cafe] Compiling with NHC98

Thomas Davie tom.davie at gmail.com
Sat May 7 15:43:52 EDT 2005


> Incidentally, if you aren't already familiar with "make" or some other
> build system, I strongly recommend looking into one. Even for a  
> project
> with only two files, having a build system keep track of compilation
> dependencies makes things a lot less tedious.
In random addition to this... hmake will automatically keep track of  
Haskell dependencies, and will also allow you to easily compile your  
code to work with the hat (hmake -hat) tracing suite.

Bob


More information about the Haskell-Cafe mailing list