Commit graph

9 commits

Author SHA1 Message Date
joerg
a2bf097c37 Allow more memory for GHC to waste. Allow dropping extra compat
libraries in FILESDIR.
2020-03-30 19:36:03 +00:00
riastradh
5f0bbd2011 Set LD_LIBRARY_PATH for compat80 emul in configure step too. 2020-03-27 04:13:57 +00:00
bsiegert
23f9d8e845 Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-03-08 16:42:24 +00:00
jperkin
753fedc8b4 ghc84: Support SunOS/x86_64. 2020-02-17 17:24:06 +00:00
pho
6d32df2070 Correct COMMENT 2020-01-15 02:05:46 +00:00
pho
784a4024ca Add a bootkit for FreeBSD/amd64 2020-01-14 14:44:50 +00:00
pho
3dded86d30 Bootkit for FreeBSD/i386 is now on LOCAL_PORTS 2020-01-13 14:15:11 +00:00
pho
e18dba395e Add bootkit for Darwin/x86_64 2020-01-12 06:12:07 +00:00
pho
bc5fe965ff 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.
2020-01-07 16:52:08 +00:00