diff options
author | proff <proff@pkgsrc.org> | 1999-12-15 06:00:43 +0000 |
---|---|---|
committer | proff <proff@pkgsrc.org> | 1999-12-15 06:00:43 +0000 |
commit | 3c7f640f10edbeb824333633d7a17e110fd5e104 (patch) | |
tree | 5305498bc08883678ded53f9d6baf30ebd4dad9c /lang/ghc/pkg | |
parent | f30f17642b9f34d3ff81364155b3c3104fa57251 (diff) | |
download | pkgsrc-3c7f640f10edbeb824333633d7a17e110fd5e104.tar.gz |
NetBSD changes for:
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.
-Julian Assange <proff@iq.org>
Diffstat (limited to 'lang/ghc/pkg')
-rw-r--r-- | lang/ghc/pkg/DESCR | 4 | ||||
-rw-r--r-- | lang/ghc/pkg/PLIST | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lang/ghc/pkg/DESCR b/lang/ghc/pkg/DESCR index ad4a4ee71e4..4951b8fec91 100644 --- a/lang/ghc/pkg/DESCR +++ b/lang/ghc/pkg/DESCR @@ -9,6 +9,4 @@ 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/ +-Julian Assange <proff@iq.org> diff --git a/lang/ghc/pkg/PLIST b/lang/ghc/pkg/PLIST index 45cee650b61..f61131f479a 100644 --- a/lang/ghc/pkg/PLIST +++ b/lang/ghc/pkg/PLIST @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 1999/12/15 06:00:44 proff Exp $ bin/ghc bin/ghc-4.04 bin/hp2ps |