./lang/ghc, Compiler for the functional language Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.8.3nb3, Package name: ghc-6.8.3nb3, Maintainer: kristerw

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.


Required to run:
[lang/perl5] [devel/gmp] [devel/readline]

Required to build:
[devel/gmake]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2012-10-15 20:13:42 by Min Sik Kim | Files touched by this commit (2)
Log message:
Make ghc build with perl-5.16.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-08-17 17:49:36 by Jonathan Perkin | Files touched by this commit (7)
Log message:
Add support for SunOS-*-i386.  Tested on 32-bit SmartOS.
   2012-08-14 19:07:58 by Aleksej Saushev | Files touched by this commit (19)
Log message:
Mark packages with no staged installation support explicitly \ 
(PKG_DESTDIR_SUPPORT=none).
   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2012-02-02 13:32:33 by Thomas Klausner | Files touched by this commit (2)
Log message:
Allow perl-5.14. Not that it helps me, but perhaps some i386 users.
Requested by Noud de Brouwer in PR 45725.
   2010-10-31 20:05:02 by Krister Walfridsson | Files touched by this commit (2)
Log message:
Fix build issue when using gmake 3.82.
   2010-09-24 16:32:50 by Jim Wise | Files touched by this commit (2)
Log message:
Accept perl 5.12, not just 5.10 when checking in configure for `new enough'
perl.