summaryrefslogtreecommitdiff
path: root/lang/ghc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-04-22Disable on ELF machines until somebody fixes it.wiz1-2/+3
2001-02-17Move the COMMENT from being in its own file to a definition in theagc1-1/+2
package Makefile.
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-06-30Update this to build with either gmp 2.0.2 or gmp 3.0.x.danw1-2/+2
(Theoretically... the package seems to be broken.)
2000-01-09replaced some more commands by their ${COMMAND} counterpartswiz1-2/+2
1999-12-27- Fix broken object file format recognition.tron1-8/+2
- Patch memory management to recognize NetBSD-i386 ELF. XXX This package still doesn't build on ELF systems due to problems with XXX included assembler sources.
1999-12-16Remove embedded blank line in pre-configure target.agc1-2/+1
1999-12-15NetBSD changes for:proff1-20/+36
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>
1999-12-15import pkgsrc/lang/ghc from FreeBSD-currentproff1-0/+41