diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-21 20:23:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-21 20:23:40 +0000 |
commit | d4f65d1f2c34574cccd22b37becf35e0b2ca19a9 (patch) | |
tree | e3e00633d7ef8863c22b32fe55abf9f120b4f313 /lang/Makefile | |
parent | c4a65ba6cd7a192ae4581f663a0ad9411105219c (diff) | |
download | FreeBSD-ports-d4f65d1f2c34574cccd22b37becf35e0b2ca19a9.zip FreeBSD-ports-d4f65d1f2c34574cccd22b37becf35e0b2ca19a9.tar.gz |
add nhc98 1.08
A fully-fledged compiler for Haskell 98
PR: 31039
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f426d72..d7eaf0c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -96,6 +96,7 @@ SUBDIR += moscow_ml SUBDIR += mozart SUBDIR += nawk + SUBDIR += nhc98 SUBDIR += nickle SUBDIR += nml SUBDIR += nqc |