diff options
author | obache <obache@pkgsrc.org> | 2013-12-12 12:48:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-12 12:48:18 +0000 |
commit | 0e35efaeaa50e36e5631350bc340377ac6d53167 (patch) | |
tree | 20c613d796f394bbea31fe7c060a84bf0903c0d5 /lang | |
parent | 4dda2781db47bbf26e22b952c0543d1a9d13a381 (diff) | |
download | pkgsrc-0e35efaeaa50e36e5631350bc340377ac6d53167.tar.gz |
+ ghc7
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index f9ea82c7ee6..e7984c12b7a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.360 2013/10/30 07:09:24 jnemeth Exp $ +# $NetBSD: Makefile,v 1.361 2013/12/12 12:48:18 obache Exp $ # COMMENT= Programming languages @@ -68,6 +68,7 @@ SUBDIR+= gcc48 SUBDIR+= gcc48-libs SUBDIR+= gforth SUBDIR+= ghc +SUBDIR+= ghc7 SUBDIR+= gnat-aux SUBDIR+= go SUBDIR+= gpc |