Subject: CVS commit: pkgsrc/lang/nhc98
To: None <pkgsrc-changes@NetBSD.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: pkgsrc-changes
Date: 05/01/2005 22:55:07
Module Name:	pkgsrc
Committed By:	kristerw
Date:		Sun May  1 22:55:07 UTC 2005

Modified Files:
	pkgsrc/lang/nhc98: Makefile PLIST distinfo
	pkgsrc/lang/nhc98/patches: patch-ag patch-ah
Removed Files:
	pkgsrc/lang/nhc98/patches: patch-ab patch-ac patch-ad patch-ae patch-af

Log Message:
Update nhc98 to 1.18.

Changes from 1.16:
# New: Several more packages of hierarchical libraries are included in
  the build: base, parsec, haskell-src, QuickCheck, HaXml, HUnit, Cabal.
# New: FFI improvements: foreign import "dynamic" is now supported, and
  named C header-files are now used.
# New: The compiler now uses cpphs for Haskell source instead of cpp. This
  removes problems with string gaps, primes in identifiers, and so on.
# New: In hmake-interactive, if the readline library is not available,
  the simple line editor now has a history mechanism.
# Bugfix: hmake's processing of cpp conditional directives is improved also.
# Bugfix: More evil bugfixes for gcc versions ? 3.3
# Bugfix: A numeric pattern can now match against a Num newtype.
# Bugfix: Foreign imports and abstract newtypes now play OK together.
# Bugfix: Methods in qualified classes no longer need to be qualified in
  instance decls.
# Bugfix: GreenCard now accepts <<.../...>> syntax.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/lang/nhc98/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/nhc98/PLIST
cvs rdiff -r1.13 -r1.14 pkgsrc/lang/nhc98/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/lang/nhc98/patches/patch-ab \
    pkgsrc/lang/nhc98/patches/patch-ad pkgsrc/lang/nhc98/patches/patch-af
cvs rdiff -r1.2 -r0 pkgsrc/lang/nhc98/patches/patch-ac \
    pkgsrc/lang/nhc98/patches/patch-ae
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/nhc98/patches/patch-ag \
    pkgsrc/lang/nhc98/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.