./lang/ghc94, Compiler for the functional language Haskell - 9.4 Release Series

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


Branch: CURRENT, Version: 9.4.7, Package name: ghc-9.4.7, 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.4.x release series.

DEINSTALL [+/-]

Master sites:

Filesize: 27947.727 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-06 12:18:47 by Thomas Klausner | Files touched by this commit (48)
Log message:
*: forbid some more Python 3.11 for sphinx users

List from grep
   2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442)
Log message:
*: remove reference to (removed) Python 3.9
   2025-08-28 14:43:01 by Masatake Daimon | Files touched by this commit (4)
Log message:
lang/ghc*: Remove cpp from USE_TOOLS

It was only there for OmniOS, and is no longer necessary.
   2025-02-23 17:59:26 by Thomas Klausner | Files touched by this commit (79)
Log message:
*: py-sphinx 8.2 drops support for Python 3.10
   2023-10-12 09:51:09 by Masatake Daimon | Files touched by this commit (1)
Log message:
lang/ghc94: Fix "make bootstrap" on Darwin
   2023-10-11 05:07:31 by Masatake Daimon | Files touched by this commit (3)
Log message:
lang/ghc94: Fix broken "make bootstrap"

Bootstrapping the compiler without "cabal-install" is something GHC devs
rarely do, and it keeps bitrotting. This time I could make it work again,
but at some point we might end up having to distribute binaries of
cabal-install for each platform.
   2023-10-10 16:58:42 by Masatake Daimon | Files touched by this commit (2)
Log message:
lang/ghc94: Fix build of hadrian/bootstrap with cabal-install-parsers >= 0.6
   2023-10-09 04:49:53 by Masatake Daimon | Files touched by this commit (6)
Log message:
lang/ghc94: Update to GHC 9.4.7

Release notes:
9.4.5: https://downloads.haskell.org/~ghc/9.4.5/docs/users_guide/9.4.5-notes.html
9.4.6: https://downloads.haskell.org/~ghc/9.4.6/docs/users_guide/9.4.6-notes.html
9.4.7: https://downloads.haskell.org/~ghc/9.4.7/docs/users_guide/9.4.7-notes.html