NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 7.10.2, Package name: ghc-7.10.2, Maintainer: pho

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.

This package uses binary bootstrap kits. At least some of them are
not created by people who have signed the NetBSD developer agreement,
and therefore this package cannot be moved into pkgsrc proper.

DEINSTALL [+/-]

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

Required to build:
[textproc/docbook-xsl] [textproc/libxslt] [pkgtools/cwrappers]

Master sites:

RMD160: cad56e1cb2574aded0b7a57dc575390024b5919e
Filesize: 12243.163 KB

Version history: (Expand)


CVS history: (Expand)


   2015-08-23 22:33:34 by Thomas Klausner | Files touched by this commit (2)
Log message:
Use BUILD_DEPENDS instead of including buildlink3.mk for docbook-xsl.
   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2013-02-23 13:24:07 by PHO / phonohawk | Files touched by this commit (32) | Package removed
Log message:
Upstream update to ghc-7.6.2 with additional support for NetBSD/amd64

   2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-03-24 06:03:30 by PHO / phonohawk | Files touched by this commit (1)
Log message:
bootstrap.mk: tidy-up

   2012-03-23 01:17:21 by PHO / phonohawk | Files touched by this commit (7) | Package removed
Log message:
stage0.mk -> bootstrap.mk

   2012-03-23 00:24:57 by PHO / phonohawk | Files touched by this commit (9)
Log message:
ported to Linux-x86_64

   2012-03-06 01:06:26 by PHO / phonohawk | Files touched by this commit (3)
Log message:
It turned out that gcc -Os was sufficient to reduce the stage0's .text size \ 
under 64 MiB so the costly dead-code elimination was not needed.