Path to this page:
./
lang/ghc7,
Compiler for the functional language Haskell
Branch: pkgsrc-2018Q4,
Version: 7.6.3nb13,
Package name: ghc-7.6.3nb13,
Maintainer: phoGHC: 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.
DEINSTALL [+/-]#!/bin/sh
#
GHC_VERSION="@GHC_VERSION@"
case ${STAGE} in
DEINSTALL)
${RM} -f ${PKG_PREFIX}/lib/${PKGBASE}-${GHC_VERSION}/package.conf.d/package.cache
;;
esac
Required to run:[
devel/gmp] [
lang/perl5]
Required to build:[
pkgtools/cwrappers] [
textproc/docbook-xsl] [
textproc/libxslt]
Master sites:
SHA1: 8938e1ef08b37a4caa071fa169e79a3001d065ff
RMD160: 82a673ed38b7cf9a59afeb01057625fc761a822b
Filesize: 108167.796 KB
Version history: (Expand)
- (2019-01-12) Updated to version: ghc-7.6.3nb13
- (2019-01-02) Package added to pkgsrc.se, version ghc-7.6.3nb12 (created)
CVS history: (Expand)
2019-01-11 20:45:15 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5888 - requested by maya
lang/ghc7: build fix
Revisions pulled up:
- lang/ghc7/Makefile 1.32
---
Module Name: pkgsrc
Committed By: maya
Date: Thu Jan 10 18:11:56 UTC 2019
Modified Files:
pkgsrc/lang/ghc7: Makefile
Log message:
ghc7: not aslr safe, either. bump PKGREVISION
Fix PR pkg/53842. ghci dies with:
ghc: mmap 593920 bytes at 0x40000000: Cannot allocate memory
|