diff options
author | nectar <nectar@FreeBSD.org> | 1999-11-10 17:25:29 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-11-10 17:25:29 +0000 |
commit | 51468910f3c8639406839983d4994bc6ab6c54d8 (patch) | |
tree | fdf87fa2947ebf89d142df05f45a9cba00dabae1 /lang/ghc/pkg-comment | |
parent | a0da868fb711a735cae1ffd4a37e1fd44fb552a7 (diff) | |
download | FreeBSD-ports-51468910f3c8639406839983d4994bc6ab6c54d8.zip FreeBSD-ports-51468910f3c8639406839983d4994bc6ab6c54d8.tar.gz |
GHC: The Glasgow Haskell Compiler.
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.
PR: ports/13786
Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
Diffstat (limited to 'lang/ghc/pkg-comment')
-rw-r--r-- | lang/ghc/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/pkg-comment b/lang/ghc/pkg-comment new file mode 100644 index 0000000..5568ca6 --- /dev/null +++ b/lang/ghc/pkg-comment @@ -0,0 +1 @@ +A Compiler for the functional language Haskell |