./lang/ghc92, Compiler for the functional language Haskell - 9.2 Release Series

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


Branch: CURRENT, Version: 9.2.1nb4, Package name: ghc-9.2.1nb4, Maintainer: pkgsrc-users

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 provides the 9.2.x release series.

DEINSTALL [+/-]

Master sites:

Filesize: 22791.77 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2023-01-26 09:33:41 by Masatake Daimon | Files touched by this commit (1)
Log message:
lang/ghc92: Update distinfo for the FreeBSD/i386 bootkit
   2023-01-26 09:29:54 by Masatake Daimon | Files touched by this commit (1)
Log message:
lang/ghc92: Update distinfo for the FreeBSD/x86_64 bootkit
   2023-01-14 08:44:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
ghc92: fix build on NetBSD 10.99.2
   2022-12-28 11:28:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
ghc92: fix compat dependencies for NetBSD 10
   2022-11-22 15:35:33 by Nia Alarie | Files touched by this commit (7)
Log message:
ghc: depend on compat90 instead of compat80 on NetBSD/aarch64

There was never a NetBSD 8 release for aarch64 so compat80 is not
available, but compat90 will work nicely.
   2022-11-01 00:19:47 by Jonathan Perkin | Files touched by this commit (6)
Log message:
ghc*: Unlimit cputime.

Some of the latter linking stages can take a signficantly long time.