summaryrefslogtreecommitdiff
path: root/lang/ghc6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 6.0.1.Oliver Braun2003-08-012-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=86142
* Checksum of bootstrap tarball for -current has changed. I have removed a lot ofOliver Braun2003-06-121-1/+1
| | | | | | | | | not needed files to make it smaller (from 8MB to 5MB). Approved by: maintainer Notes: svn path=/head/; revision=82863
* Remove pkg-message, ghc 6.0 does not install these files anymore.Oliver Braun2003-06-111-10/+0
| | | | Notes: svn path=/head/; revision=82791
* Upgrade after repo-copy from ports/lang/ghc to 6.0.Oliver Braun2003-06-113-732/+762
| | | | | | | | | Submitted by: maintainer Approved by: portmgr (marcus) Repo-copy by: joe Notes: svn path=/head/; revision=82789
* Upgrade to 5.04.3.Oliver Braun2003-03-272-4/+4
| | | | | | | | PR: ports/50354 Submitted by: maintainer Notes: svn path=/head/; revision=77558
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Upgrade to 5.04.2.Oliver Braun2003-01-012-8/+9
| | | | | | | | PR: ports/46230 Submitted by: maintainer Notes: svn path=/head/; revision=72056
* Add the new virtual category haskell.Oliver Braun2002-11-201-1/+1
| | | | Notes: svn path=/head/; revision=70558
* Add md5sum for -current bootstrap tarball. It works now on -current.Oliver Braun2002-09-191-0/+1
| | | | Notes: svn path=/head/; revision=66710
* Remove no longer needed patches.Oliver Braun2002-09-182-64/+0
| | | | Notes: svn path=/head/; revision=66581
* Upgrade to 5.04.1.Oliver Braun2002-09-173-17/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=66530
* Fix pkg-message, after adding `hs-' prefix to Haskell ports.Oliver Braun2002-09-041-1/+2
| | | | Notes: svn path=/head/; revision=65612
* * Install three binaries with prefix "-ghc" to avoid problems withOliver Braun2002-08-223-352/+398
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=64818
* * All the world's an i386...Christian Weisgerber2002-07-232-0/+2
| | | | | | | * Remove empty patch file. Notes: svn path=/head/; revision=63419
* I forgot to add 2 new patchfiles :(Jimmy Olgeni2002-07-213-0/+65
| | | | Notes: svn path=/head/; revision=63315
* Update port to version 5.04.Jimmy Olgeni2002-07-214-162/+427
| | | | | | | | | PR: 40779 Submitted by: Simon Marlow <simon@smarlow.com> Reviewed by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=63307
* Fix for -currentDavid W. Chapman Jr.2002-05-082-3/+13
| | | | | | | | PR: 36803 Submitted by: maintainer Notes: svn path=/head/; revision=58715
* Update port to version 5.02.2 and remove dependency on devel/happy from theJimmy Olgeni2002-01-313-3/+22
| | | | | | | | | | configuration script. PR: 34349 Submitted by: Simon Marlow <simon@smarlow.com> Notes: svn path=/head/; revision=54076
* Update port to version 5.02.1Jimmy Olgeni2002-01-075-536/+607
| | | | | | | | PR: 32001 Submitted by: Simon Marlow <simon@smarlow.com> Notes: svn path=/head/; revision=52717
* Update to version 4.08.2.Steve Price2001-02-264-107/+6
| | | | | | | | PR: 24934 Submitted by: Simon Marlow <simonmar@microsoft.com> Notes: svn path=/head/; revision=38755
* Update to 4.08.1Ade Lovett2000-10-136-8/+150
| | | | | | | | PR: 21502 Submitted by: maintainer Notes: svn path=/head/; revision=33778
* Add missing file (bin/ghcprof).Satoshi Asami2000-09-241-0/+1
| | | | | | | Submitted by: onigiri Notes: svn path=/head/; revision=33077
* Update to 4.08Neil Blakey-Milner2000-08-124-14/+257
| | | | | | | | PR: ports/19936 Submitted by: Simon Marlow <simonmar@microsoft.com> (maintainer) Notes: svn path=/head/; revision=31581
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Update port to 4.06Chris D. Faulhaber2000-03-044-59/+127
| | | | | | | | PR: 17115 Submitted by: Maintainer Notes: svn path=/head/; revision=26529
* GHC: The Glasgow Haskell Compiler.Jacques Vidrine1999-11-106-0/+233
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> Notes: svn path=/head/; revision=23008