jperkin
3fbf34bf78
ghc88: Copy files rather than using hardlinks.
...
Fixes behaviour of "ln -f" when creating bootstrap kit on SunOS.
2021-09-30 10:32:20 +00:00
pho
7231c6fa37
Fix a bug in the previous commit which would produce a non-installable bootkit
2021-05-01 03:00:06 +00:00
pho
7dbad2a71d
Eliminate use of @rpath and @loader_path on Darwin
...
They are essentially equivalent to $ORIGIN of ELF.
2021-04-29 05:09:08 +00:00
pho
bd4c5003f8
Apply jperkin@'s patch to remove $ORIGIN use
...
On Darwin it still uses @loader_path though. I'm going to handle it later.
2021-04-28 15:39:23 +00:00
ryoon
bf10eba269
ghc88: Fix build with autoconf-2.71. _AC_PROG_CC_C99 was removed
2021-02-09 12:42:08 +00:00
jperkin
1a135ded3f
ghc88: Ensure libiconv can be found at runtime.
2020-09-16 17:26:31 +00:00
pho
c6df81e71e
Update to GHC 8.8.4
...
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-08-24 17:23:11 +00:00
jperkin
99faa54938
ghc88: Support SunOS/x86_64.
2020-02-17 17:26:53 +00:00
pho
3e6dd957f9
patch-ghc_ghc.mk: Add a link to the uptream issue ticket
2020-01-18 11:40:04 +00:00
pho
4f41605e14
patch-configure.ac: Add a link to the uptream merge request
2020-01-18 11:27:55 +00:00
pho
46fbcbe8c0
patch-aclocal.m4: Add a link to the uptream merge request
2020-01-18 10:40:55 +00:00
pho
ca6b9bb7ae
Fix an rpath issue on NetBSD
2020-01-17 07:10:56 +00:00
pho
169602fb38
Fix a build failure that happens when alex is not installed
...
Also added a bookit for Darwin/x86_64.
2020-01-12 08:13:40 +00:00
pho
267acd1423
Import GHC 8.8.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 8.8.x release series.
2020-01-09 12:32:24 +00:00