aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ghc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 5.04.3.obraun2003-03-281-1/+1
| | | | | PR: ports/50354 Submitted by: maintainer
* De-pkg-comment.knu2003-02-211-0/+1
|
* Upgrade to 5.04.2.obraun2003-01-021-5/+6
| | | | | PR: ports/46230 Submitted by: maintainer
* Add the new virtual category haskell.obraun2002-11-201-1/+1
|
* Upgrade to 5.04.1.obraun2002-09-181-2/+1
| | | | | | | | Note: This does *NOT* work on -current. The bootstrap tarball for -current is still missing. I am working on it. However I wanted to make this new version available on 4.7-R. Submitted by: maintainer
* * Install three binaries with prefix "-ghc" to avoid problems withobraun2002-08-221-1/+32
| | | | | | | | | | textproc/haxml and devel/drift. (1) * Add WITHOUT_PROFILE knob to install without profiling libraries. (2) * Bump PORTREVISION. PR: ports/41051 (1), ports/41231 (2) Submitted by: Volker Stolz <vs@lambda.foldr.org> (2) Approved by: maintainer, dwcjr (mentor)
* * All the world's an i386...naddy2002-07-231-0/+2
| | | | * Remove empty patch file.
* I forgot to add 2 new patchfiles :(olgeni2002-07-221-0/+1
|
* Update port to version 5.04.olgeni2002-07-211-2/+2
| | | | | | PR: 40779 Submitted by: Simon Marlow <simon@smarlow.com> Reviewed by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Fix for -currentdwcjr2002-05-091-3/+12
| | | | | PR: 36803 Submitted by: maintainer
* Update port to version 5.02.2 and remove dependency on devel/happy from theolgeni2002-01-311-1/+1
| | | | | | | configuration script. PR: 34349 Submitted by: Simon Marlow <simon@smarlow.com>
* Update port to version 5.02.1olgeni2002-01-071-40/+18
| | | | | PR: 32001 Submitted by: Simon Marlow <simon@smarlow.com>
* Update to version 4.08.2.steve2001-02-261-4/+3
| | | | | PR: 24934 Submitted by: Simon Marlow <simonmar@microsoft.com>
* Update to 4.08.1ade2000-10-141-4/+27
| | | | | PR: 21502 Submitted by: maintainer
* Update to 4.08nbm2000-08-131-3/+4
| | | | | PR: ports/19936 Submitted by: Simon Marlow <simonmar@microsoft.com> (maintainer)
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Update port to 4.06jedgar2000-03-041-5/+10
| | | | | PR: 17115 Submitted by: Maintainer
* GHC: The Glasgow Haskell Compiler.nectar1999-11-111-0/+41
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. PR: ports/13786 Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>