Commit graph

7 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
51165aee05 ghc80: Support SunOS/x86_64. 2020-02-17 17:22:43 +00:00
pho
2adbefc7c4 Add a bootkit for FreeBSD/amd64 2020-01-14 08:46:17 +00:00
pho
c052eecac0 Bootkit for FreeBSD/i386 is now on LOCAL_PORTS 2020-01-13 11:49:36 +00:00
pho
4b3aed4acc Import GHC 8.0.2
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.0.x release series, which is the last
version that can bootstrap with 7.10.3. It will probably be removed
once we make a separate package for GHC 8.4.x and get enough bootstrap
kits for it.
2020-01-03 15:24:08 +00:00