Path to this page:
./
lang/ghc98,
Compiler for the functional language Haskell - 9.8 Release Series
Branch: CURRENT,
Version: 9.8.2nb1,
Package name: ghc-9.8.2nb1,
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.8.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
Master sites:
Filesize: 31672.426 KB
Version history: (Expand)
- (2024-04-28) Updated to version: ghc-9.8.2nb1
- (2024-04-28) Package added to pkgsrc.se, version ghc-9.8.2 (created)
CVS history: (Expand)
2024-04-28 18:23:44 by Masatake Daimon | Files touched by this commit (4) |
Log message:
lang/ghc98: Fix a long-standing Cabal bug
|
2024-04-28 07:58:58 by Masatake Daimon | Files touched by this commit (41) |
Log message:
lang/ghc98: import ghc-9.8.2
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.8.x release series.
|