Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Now the package supports PKGSRC_MKPIE.
* The full list of changes is too long to paste here. See
https://downloads.haskell.org/~ghc/9.0.2/docs/html/users_guide/9.0.2-notes.html
|
|
|
|
|
|
Also apply the "cp -p" fix from other versions, removing the need for ln
workarounds on OmniOS.
|
|
|
|
Also the package is now more explicit about LLVM. It used to invoke whatever llc(1) and opt(1) found in the $PATH when -fllvm is passed to the compiler, though it's not the default backend. Now LLVM is an explicit, optional dependency on platforms where NCG backend is available, and a mandatory dependency on others.
Note that the LLVM backend tends to produce faster code but it runs significantly slower than NCG. AArch64 support of NCG is being worked on, but it hasn't been merged to the 9.0 branch yet (or even the master branch).
|
|
|
|
Our tool wrappers don't look into response files, so common mistakes
such as forgetting to declare dependencies have been overlooked by
our buildlink framework. With the change that will no longer happen.
|
|
It was accidentally depending on pkgsrc gmp.
|
|
It was accidentally depending on pkgsrc gmp.
|
|
It was accidentally depending on pkgsrc gmp.
|
|
Also fixed a bug in the previous commit which would produce
non-installable bootkits.
|
|
|
|
|
|
|
|
|
|
Now that allocateExec() in rts/sm/Storage.c uses libffi to map executable
pages, we no longer have to disable these protections unless the RTS linker
is to be used.
|
|
|
|
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 9.0.x release series.
|