diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-11-10 17:25:29 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-11-10 17:25:29 +0000 |
commit | 9c225c6a3f677663ab54e1237978bc6f4f45f5f1 (patch) | |
tree | c8e0ca28d758b18e0e370a930f6b10e2057f969d /lang/ghc6/pkg-descr | |
parent | 1608d33752c5439a1f382e773b7f6d7ad813c722 (diff) | |
download | ports-9c225c6a3f677663ab54e1237978bc6f4f45f5f1.tar.gz ports-9c225c6a3f677663ab54e1237978bc6f4f45f5f1.zip |
Notes
Diffstat (limited to 'lang/ghc6/pkg-descr')
-rw-r--r-- | lang/ghc6/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/ghc6/pkg-descr b/lang/ghc6/pkg-descr new file mode 100644 index 000000000000..ad4a4ee71e42 --- /dev/null +++ b/lang/ghc6/pkg-descr @@ -0,0 +1,14 @@ +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. + +Documentation can be found hanging off GHC's homepage, below. + +WWW: http://www.haskell.org/ghc/ |