Commit Graph

5 Commits

Author SHA1 Message Date
xsa
e4b48bd042 MODULES= lang/ghc 2004-08-10 08:23:36 +00:00
dons
3a218e4a59 Mark conflict with nhc98. They both provide hmake, and hi
ok pvalchev@
2004-05-10 04:32:40 +00:00
dons
65480fde73 Let hmake install on non-x86 platforms, and ensure it builds on amd64
Update MAINTAINER and add RCS tags.

ok pvalchev@ avsm@
2004-04-23 03:14:06 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +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