Path to this page:
./
lang/ghc910,
Compiler for the functional language Haskell - 9.10 Release Series
Branch: CURRENT,
Version: 9.10.1nb1,
Package name: ghc-9.10.1nb1,
Maintainer: pkgsrc-usersGHC: 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 [+/-]#!/bin/sh
#
PKGVERSION_NOREV="@PKGVERSION_NOREV@"
RM="@RM@"
RMDIR="@RMDIR@"
TRUE="@TRUE@"
case ${STAGE} in
DEINSTALL)
# We can't just remove the entire package.conf.d because then
# reinstalling GHC would destroy the database and every installed
# Haskell package breaks.
${RM} -f ${PKG_PREFIX}/lib/ghc-${PKGVERSION_NOREV}/lib/package.conf.d/package.cache*
${RMDIR} -p ${PKG_PREFIX}/lib/ghc-${PKGVERSION_NOREV}/lib/package.conf.d 2>/dev/null || ${TRUE}
;;
esac
Package options: doc
Master sites:
Filesize: 32059.133 KB
Version history: (Expand)
- (2025-01-29) Updated to version: ghc-9.10.1nb1
- (2025-01-29) Package added to pkgsrc.se, version ghc-9.10.1 (created)
CVS history: (Expand)
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
|
2025-01-29 14:21:54 by Masatake Daimon | Files touched by this commit (49) |
Log message:
lang/ghc910: import ghc-9.10.1
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.
|