ANNOUNCE: hmake-2.02

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Thu, 8 Feb 2001 14:47:41 +0000


We are pleased to announce the release of version 2.02 of 'hmake',
the intelligent compilation manager for Haskell compilers.

    http://www.cs.york.ac.uk/fp/hmake/
    ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/

What's new in 2.02?
-------------------
This is mainly a bugfix release.

    * Improved error-reporting. When a module cannot be found, it
      now shows where the demand for the module arose, and which
      directories were searched. 
    * Added knowledge of extended file suffixes like .p.o, .T.o, and .T.hi. 
    * Fixed a bug in the generation of Makefile dependencies in the
      presence of a -I option. 
    * Ghc's options "-syslib n" and "-package n" no longer need to be
      enclosed in double quotes to protect them from hmake. 

Regards,
    Malcolm