./lang/ghc910, Compiler for the functional language Haskell - 9.10 Release Series

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


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

DEINSTALL [+/-]


Package options: doc

Master sites:

Filesize: 32059.133 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-05 04:33:59 by Masatake Daimon | Files touched by this commit (5)
Log message:
lang/ghc910: Work around PR kern/59127

This causes a behaviour change in the library "base". A recursive revbump
will be needed.
   2025-03-04 14:57:17 by Masatake Daimon | Files touched by this commit (3)
Log message:
lang/ghc910: Remove patches/patch-libraries_ghc-internal_configure.ac

NFCI: The patch has been accidentally confirmed to be unnecessary. The
post-patch hook runs autoconf for some directories but
${WRKSRC}/libraries/ghc-internal isn't one of those.

While here appease pkglint.
   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
   2025-02-03 17:47:59 by Jonathan Perkin | Files touched by this commit (2)
Log message:
ghc910: Switch SunOS to fixed relocatable bootstrap.
   2025-02-03 17:09:10 by Masatake Daimon | Files touched by this commit (4)
Log message:
lang/ghc910: Prevent ${WRAPPER_DIR} from getting hardcoded in the compiler
   2025-02-02 17:21:31 by Masatake Daimon | Files touched by this commit (2)
Log message:
lang/ghc910: Work around an issue wrt. parallel build
   2025-02-02 10:40:50 by Masatake Daimon | Files touched by this commit (2)
Log message:
lang/ghc910: Work around occasional parallel build failures
   2025-01-29 16:28:29 by Masatake Daimon | Files touched by this commit (4)
Log message:
lang/ghc910: Work around a Cabal bug that installs packages in a wrong directory