diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-03-19 23:14:35 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-03-19 23:14:35 +0000 |
commit | 71b94596712c831caa3f3f2cf80a8c2df3419b0b (patch) | |
tree | 62810228c5836dcd52893b9c9d0b0e68cee1033e /lang/nhc98/Makefile | |
parent | ffe988aa1a66a47e99bdc3ad2eb128b8107877e9 (diff) | |
download | pkgsrc-71b94596712c831caa3f3f2cf80a8c2df3419b0b.tar.gz |
Update nhc98 to 1.16.
Changes since 1.14a include:
* A large subset of the base package of hierarchical libraries is now
included in the build.
* The primitive FFI mechanism has been updated to match the latest official
spec, and the full Foreign libraries are also included (in hierarchical
form).
* The library function List.sortBy now uses a stable O(n log n) mergesort.
* Numerous other small fixes, including revisions to the Haskell'98 standard.
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 959fbf6ddfd..08dfee5321c 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/01/24 13:36:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/19 23:14:35 kristerw Exp $ -DISTNAME= nhc98src-1.14a -PKGNAME= nhc98-1.14a +DISTNAME= nhc98src-1.16 +PKGNAME= nhc98-1.16 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/ @@ -35,5 +35,4 @@ post-extract: @${FIND} ${WRKSRC}/docs -type d -name \*CVS\* | ${XARGS} ${RM} -rf .include "../../devel/ncurses/buildlink2.mk" -.include "../../mk/java-vm.mk" .include "../../mk/bsd.pkg.mk" |