aboutsummaryrefslogtreecommitdiff
path: root/lang/ghc/pkg-descr
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2008-02-29 21:15:51 +0000
committerOliver Braun <obraun@FreeBSD.org>2008-02-29 21:15:51 +0000
commit54137a58b5d5cce6e10435fb10622786ae546822 (patch)
treed427f2bd701c06d74595e59d61766d2a122b55dd /lang/ghc/pkg-descr
parent1b761f978957f0ea2712f83ed002e07f91860f4c (diff)
downloadports-54137a58b5d5cce6e10435fb10622786ae546822.tar.gz
ports-54137a58b5d5cce6e10435fb10622786ae546822.zip
Notes
Diffstat (limited to 'lang/ghc/pkg-descr')
-rw-r--r--lang/ghc/pkg-descr24
1 files changed, 17 insertions, 7 deletions
diff --git a/lang/ghc/pkg-descr b/lang/ghc/pkg-descr
index ad4a4ee71e42..d2357b56433e 100644
--- a/lang/ghc/pkg-descr
+++ b/lang/ghc/pkg-descr
@@ -1,14 +1,24 @@
-GHC: The Glasgow Haskell Compiler.
+Haskell is the standard lazy purely functional programming language.
+The current language version is Haskell 98, agreed in December 1998,
+with a revised version published in January 2003.
+
+A wide variety of Haskell related resources (tutorials, libraries,
+specifications, documentation, compilers, interpreters, references,
+contact information, links to research groups) are available from
+the Haskell home page at http://haskell.org/.
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
+compiler for the functional programming language Haskell 98 generating
+good code for a variety of platforms. GHC is a state-of-the-art
+programming suite for Haskell and 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.
+generational garbage collector, a space and time profiler, comprehensive
+set of libraries and an interactive system for convenient, quick
+development.
-Documentation can be found hanging off GHC's homepage, below.
+The profiling libraries for Glorious Glasgow Haskell Compilation System
+should be installed when GHC's profiling subsystem is needed.
WWW: http://www.haskell.org/ghc/