summaryrefslogtreecommitdiff
path: root/lang/ghc88/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-11-21Replace RMD160 checksums with BLAKE2s checksumspho1-8/+8
2021-10-07lang: Remove SHA1 hashes for distfilesnia1-8/+1
2021-09-30ghc88: Copy files rather than using hardlinks.jperkin1-2/+2
Fixes behaviour of "ln -f" when creating bootstrap kit on SunOS.
2021-05-01Fix a bug in the previous commit which would produce a non-installable bootkitpho1-2/+2
2021-04-29Eliminate use of @rpath and @loader_path on Darwinpho1-2/+4
They are essentially equivalent to $ORIGIN of ELF.
2021-04-28Apply jperkin@'s patch to remove $ORIGIN usepho1-1/+3
On Darwin it still uses @loader_path though. I'm going to handle it later.
2021-02-16ghc88: backport fix for NetBSD-current from ghc810wiz1-1/+5
2021-02-09ghc88: Fix build with autoconf-2.71. _AC_PROG_CC_C99 was removedryoon1-2/+2
2020-09-16ghc88: Ensure libiconv can be found at runtime.jperkin1-1/+2
2020-08-24Update to GHC 8.8.4pho1-8/+7
The full change log is too long to paste here. Changes from 8.8.1 to 8.8.2: https://downloads.haskell.org/~ghc/8.8.2/docs/html/users_guide/8.8.2-notes.html Changes from 8.8.2 to 8.8.3: https://downloads.haskell.org/~ghc/8.8.3/docs/html/users_guide/8.8.3-notes.html Changes from 8.8.3 to 8.8.4: https://downloads.haskell.org/~ghc/8.8.4/docs/html/users_guide/8.8.4-notes.html
2020-02-17ghc88: Support SunOS/x86_64.jperkin1-3/+9
2020-01-18patch-ghc_ghc.mk: Add a link to the uptream issue ticketpho1-2/+2
2020-01-18patch-configure.ac: Add a link to the uptream merge requestpho1-2/+2
2020-01-18patch-aclocal.m4: Add a link to the uptream merge requestpho1-2/+2
2020-01-17Fix an rpath issue on NetBSDpho1-3/+4
2020-01-15Revert the previous commit; it was by accidentpho1-2/+1
2020-01-15Correct COMMENTpho1-1/+2
2020-01-15Use 8.4.4 bootkit for FreeBSD/amd64pho1-1/+5
2020-01-13Use 8.4.4 bootkit for FreeBSD/i386pho1-3/+7
2020-01-12Fix a build failure that happens when alex is not installedpho1-2/+6
Also added a bookit for Darwin/x86_64.
2020-01-09Import GHC 8.8.1pho1-0/+24
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 8.8.x release series.