ANNOUNCE: hmake-3.07

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Thu, 6 Mar 2003 16:00:32 +0000


			hmake-3.07
			----------
		http://www.haskell.org/hmake

We announce a new release, 3.07, of hmake, the automatic compilation
manager for Haskell programs.  This fresh version has the following
improved configuration features over previous releases:

 * Hmake now once again builds cleanly with GHC under Cygwin.

 * Better handling of config files.  Your personal config file
   is now used as an override for the system-wide config file,
   rather than being used instead of it.  Hence, any global
   config updates are now automatically propagated to all users.

 * The new command `hmake-config new' is now needed to begin a
   fresh personal config file, rather than one being created for you
   silently against your expectations.

 * `hmake-config list' can now take a specific compiler argument
    to show detailed info for that compiler.

Regards,
    Malcolm