diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-11-10 17:25:54 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-11-10 17:25:54 +0000 |
commit | 56fe7a41c95e1557d4ecd2052bdb33cc89b261a3 (patch) | |
tree | fb1ce281f8624a484ae7272c825303e00051fc66 | |
parent | GHC: The Glasgow Haskell Compiler. (diff) |
Activate ghc
Notes
Notes:
svn path=/head/; revision=23009
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index f9a6262d2187..661d3c2a05c2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -28,6 +28,7 @@ SUBDIR += gcc-devel SUBDIR += gcc28 SUBDIR += gcl + SUBDIR += ghc SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnomeobjc |