diff options
author | dholland <dholland@pkgsrc.org> | 2013-12-15 02:52:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-12-15 02:52:22 +0000 |
commit | 2f4cffb181a483df3bc4e32bef8663a0739ae0f2 (patch) | |
tree | b18037ddfd0b0215be96a58eaaad8fd4ceea076a | |
parent | a4b97bac7f8c5cb091898db1f95760759741cfd3 (diff) | |
download | pkgsrc-2f4cffb181a483df3bc4e32bef8663a0739ae0f2.tar.gz |
+ghc-bootstrap
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e7984c12b7a..95a9021ae2b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.361 2013/12/12 12:48:18 obache Exp $ +# $NetBSD: Makefile,v 1.362 2013/12/15 02:52:22 dholland Exp $ # COMMENT= Programming languages @@ -68,6 +68,7 @@ SUBDIR+= gcc48 SUBDIR+= gcc48-libs SUBDIR+= gforth SUBDIR+= ghc +SUBDIR+= ghc-bootstrap SUBDIR+= ghc7 SUBDIR+= gnat-aux SUBDIR+= go |