diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-16 00:59:18 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-16 00:59:18 +0000 |
commit | 5b0298a4bd5b1082dd15ca93c8f9afcbb9b33c36 (patch) | |
tree | 02a79ee19041133e91eadcc3ed08c819edf7059a /lang/nhc98/Makefile | |
parent | 1c3192189ff2992ccc49456c48886f5b1be5de08 (diff) | |
download | pkgsrc-5b0298a4bd5b1082dd15ca93c8f9afcbb9b33c36.tar.gz |
Add patches from the nhc98 web page:
* A degenerate type synonym like type T a = a in some circumstances
incorrectly caused an occurence check error.
* Several new features in gcc-3.3 cause breakage in the nhc98 build.
This patch fixes many [but ot all] of those problems.
PKGREVISION++.
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index c104c2cd62f..b9d83308ea4 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2003/09/28 09:13:57 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/16 00:59:18 kristerw Exp $ DISTNAME= nhc98src-1.16 PKGNAME= nhc98-1.16 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/ |