Commit Graph

4 Commits

Author SHA1 Message Date
dons
885c19860d Update to hmake 3.10 2005-03-23 05:39:44 +00:00
dons
be5ac76b26 Update devel/hmake to latest stable, 3.09.
ok pvalchev@
2005-02-14 02:04:36 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
avsm
99cef624cf initial import of hmake-3.08, from Don Stewart <dons at cse.unsw.edu.au>
--

Hmake is an intelligent compilation management tool for Haskell
programs. It automatically extracts dependencies between source
modules, and issues the appropriate compiler commands to rebuild
only those that have changed, given just the name of the program
or module that you want to build.

Hmake interactive, or hi for short, is an interpreter-like
environment that you can wrap over any common Haskell compiler to
achieve an interactive development style. It deliberately looks
and feels a lot like the Hugs interpreter. The difference is that
you get real compiled code, compiled by your favorite compiler -
you can even change compiler on the fly, to check your code's
portability!
2003-07-25 00:08:45 +00:00