Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
There was never a NetBSD 8 release for aarch64 so compat80 is not
available, but compat90 will work nicely.
|
|
Some of the latter linking stages can take a signficantly long time.
|
|
No functional change.
|
|
|
|
|
|
|
|
Not sure if it really doesn't support PIE, but it's an obsolete compiler
anyway.
|
|
|
|
|
|
|
|
Switch to new 8.8.4 bootstrap that has been rebuilt after recent changes,
fix hardlink usage, and pull in upstream patch for thread CPU time.
|
|
Presumably there's a way to make this work, but it probably requires
changes to the bootstrap kits.
|
|
|
|
The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
|
|
|
|
(pkg/56125)
Our binary packages have been broken because of bad "REQUIRES"
entries: GHC uses $ORIGIN in rpath but mk/pkgformat/pkg/metadata.mk
uses ldd(1) to extract the list of required .so objects, which causes
them to be wrongly expanded.
|
|
|
|
|
|
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.10.x release series.
|