2020-03-30 21:36:04 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Allow more memory for GHC to waste. Allow dropping extra compat
libraries in FILESDIR.
|
2020-03-27 05:13:57 by Taylor R Campbell | Files touched by this commit (6) |
Log message:
Set LD_LIBRARY_PATH for compat80 emul in configure step too.
|
2020-03-08 17:42:31 by Benny Siegert | Files touched by this commit (67) |
Log message:
Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
|
2020-02-17 18:24:06 by Jonathan Perkin | Files touched by this commit (5) |
Log message:
ghc84: Support SunOS/x86_64.
|
2020-01-15 03:05:47 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Correct COMMENT
|
2020-01-14 15:44:50 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Add a bootkit for FreeBSD/amd64
|
2020-01-13 15:15:11 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Bootkit for FreeBSD/i386 is now on LOCAL_PORTS
|
2020-01-12 07:12:07 by Masatake Daimon | Files touched by this commit (3) |
Log message:
Add bootkit for Darwin/x86_64
|
2020-01-07 17:52:09 by Masatake Daimon | Files touched by this commit (21) |
Log message:
Import ghc-8.4.4
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.4.x release series, which is the last
version that can bootstrap with 8.0.2. It will probably be removed
once we make a separate package for GHC 8.8.x and get enough bootstrap
kits for it.
|