
7 May
2005
7 May
'05
3:43 p.m.
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