haskell-utils (1.6.0.1ubuntu2) dapper; urgency=low

  * debian/control: Use ghc6 and only ghc6 for building. Thus, you won't
    need to have hugs installed when installing ghc6.
    (See debian BTS: #333534).

 -- Stefan Potyra <sistpoty@ubuntu.com>  Sun,  9 Apr 2006 16:46:15 +0200

haskell-utils (1.6.0.1ubuntu1) dapper; urgency=low

  * Delete file with compiler-entries, if it holds only empty list.
    Thus haskell-utils can be purged cleanly (DBTS: #328331).

 -- Stefan Potyra <sistpoty@ubuntu.com>  Thu, 29 Dec 2005 21:12:23 +0100

haskell-utils (1.6.0.1) unstable; urgency=low

  * Non-maintainer upload.
  * C++ ABI transition: It's linked against libgmp3 and needs rebuild.
    Change build dependency order to prefer hugs over ghc6 since that is
    the only alternative that currently is installable.
    This also has as effect that the libgmp3 dependency gets dropped.
    (Closes: #319811)

 -- Kurt Roeckx <kurt@roeckx.be>  Fri,  2 Sep 2005 18:58:29 +0200

haskell-utils (1.6) unstable; urgency=low

  * Don't allow ghc4 to satisfy the build-dep as it doesn't have Text.Regex.
  * Implement a simple RE matcher for nhc98, and special case some of the
    building stuff for it.
  * Build-deps need hmake when we are using nhc98.
  * Give the nhc98 binary a larger default heap size (10M up from 400k).
  * Build-depend on cpphs (used for some of the nhc98 magic).

 -- Ian Lynagh (wibble) <igloo@debian.org>  Sun, 31 Oct 2004 00:51:14 +0000

haskell-utils (1.5) unstable; urgency=low

  * Update version numbers and copyright everywhere.
  * Capitalise 'H' in "Haskell" in haskell-utils manpage.
  * Implement update-haskell-control.
  * Write manpage for update-haskell-control.
  * Various build-system changes and tweaks.

 -- Ian Lynagh (wibble) <igloo@debian.org>  Sat, 16 Oct 2004 23:10:18 +0100

haskell-utils (1.4) unstable; urgency=low

  * The "remove compiler" actions when replacing an existing entry must
    be done before re-adding the compiler.
  * Remove -Werror from Makefile as some older compilers don't like it.

 -- Ian Lynagh (wibble) <igloo@debian.org>  Sat, 20 Dec 2003 21:19:33 +0000

haskell-utils (1.3) unstable; urgency=low

  * Reinstate the "compiler_name" make target which was incorrectly
    removed. Closes: #217202.
  * Only fail due to misbehaving programs if -e is given.

 -- Ian Lynagh (wibble) <igloo@debian.org>  Thu, 13 Nov 2003 18:23:16 +0000

haskell-utils (1.2) unstable; urgency=low

  * Only add the #! line is compiling for hugs as it confuses nhc98.
  * compilers info should be in /var/lib, not /usr/lib

 -- Ian Lynagh (wibble) <igloo@debian.org>  Sat, 11 Oct 2003 14:24:47 +0000

haskell-utils (1.1) unstable; urgency=low

  * Add arch lists for the Haskell compilers that are build-depped on as
    the autobuilders don't cope if the first isn't available otherwise.

 -- Ian Lynagh (wibble) <igloo@debian.org>  Sat, 11 Oct 2003 10:52:05 +0000

haskell-utils (1.0) unstable; urgency=low

  * Initial release.

 -- Ian Lynagh (wibble) <igloo@debian.org>  Tue, 30 Sep 2003 11:42:52 +0000

