Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Julian Assange <proff@netbsd.org>
List: source-changes
Date: 12/14/1999 22:00:44
Module Name:	pkgsrc
Committed By:	proff
Date:		Wed Dec 15 06:00:44 UTC 1999

Modified Files:
	pkgsrc/lang/ghc: Makefile
	pkgsrc/lang/ghc/files: build.mk md5
	pkgsrc/lang/ghc/pkg: DESCR PLIST

Log Message:
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>


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/ghc/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/ghc/files/build.mk \
    pkgsrc/lang/ghc/files/md5
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/ghc/pkg/DESCR pkgsrc/lang/ghc/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.