Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-21 | Replace RMD160 checksums with BLAKE2s checksums | pho | 1 | -8/+8 | |
2021-10-07 | lang: Remove SHA1 hashes for distfiles | nia | 1 | -8/+1 | |
2021-09-30 | ghc88: Copy files rather than using hardlinks. | jperkin | 1 | -2/+2 | |
Fixes behaviour of "ln -f" when creating bootstrap kit on SunOS. | |||||
2021-05-01 | Fix a bug in the previous commit which would produce a non-installable bootkit | pho | 1 | -2/+2 | |
2021-04-29 | Eliminate use of @rpath and @loader_path on Darwin | pho | 1 | -2/+4 | |
They are essentially equivalent to $ORIGIN of ELF. | |||||
2021-04-28 | Apply jperkin@'s patch to remove $ORIGIN use | pho | 1 | -1/+3 | |
On Darwin it still uses @loader_path though. I'm going to handle it later. | |||||
2021-02-16 | ghc88: backport fix for NetBSD-current from ghc810 | wiz | 1 | -1/+5 | |
2021-02-09 | ghc88: Fix build with autoconf-2.71. _AC_PROG_CC_C99 was removed | ryoon | 1 | -2/+2 | |
2020-09-16 | ghc88: Ensure libiconv can be found at runtime. | jperkin | 1 | -1/+2 | |
2020-08-24 | Update to GHC 8.8.4 | pho | 1 | -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-17 | ghc88: Support SunOS/x86_64. | jperkin | 1 | -3/+9 | |
2020-01-18 | patch-ghc_ghc.mk: Add a link to the uptream issue ticket | pho | 1 | -2/+2 | |
2020-01-18 | patch-configure.ac: Add a link to the uptream merge request | pho | 1 | -2/+2 | |
2020-01-18 | patch-aclocal.m4: Add a link to the uptream merge request | pho | 1 | -2/+2 | |
2020-01-17 | Fix an rpath issue on NetBSD | pho | 1 | -3/+4 | |
2020-01-15 | Revert the previous commit; it was by accident | pho | 1 | -2/+1 | |
2020-01-15 | Correct COMMENT | pho | 1 | -1/+2 | |
2020-01-15 | Use 8.4.4 bootkit for FreeBSD/amd64 | pho | 1 | -1/+5 | |
2020-01-13 | Use 8.4.4 bootkit for FreeBSD/i386 | pho | 1 | -3/+7 | |
2020-01-12 | Fix a build failure that happens when alex is not installed | pho | 1 | -2/+6 | |
Also added a bookit for Darwin/x86_64. | |||||
2020-01-09 | Import GHC 8.8.1 | pho | 1 | -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. |