summaryrefslogtreecommitdiff
path: root/lang/ghc90/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2022-02-17Correct wrong checksums for the Darwin/x86_64 bootkitpho1-4/+4
2022-01-18Update to GHC 9.0.2pho1-7/+7
* 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
2021-11-21Replace RMD160 checksums with BLAKE2s checksumspho1-15/+15
2021-10-07lang: Remove SHA1 hashes for distfilesnia1-9/+1
2021-09-30ghc90: Switch to fixed SunOS bootstrap.jperkin1-7/+7
Also apply the "cp -p" fix from other versions, removing the need for ln workarounds on OmniOS.
2021-05-22Add upstream URLs in the patch commentpho1-3/+3
2021-05-21Built a bootkit for NetBSD/aarch64pho1-2/+7
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).
2021-05-05Add upstream URLs to patch commentspho1-9/+9
2021-05-01Don't use "response file" while invoking CC and LDpho1-6/+8
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.
2021-04-30Rebuilt the bootkit for FreeBSD/amd64pho1-5/+5
It was accidentally depending on pkgsrc gmp.
2021-04-30Rebuilt the bootkit for FreeBSD/i386pho1-10/+10
It was accidentally depending on pkgsrc gmp.
2021-04-30Rebuilt the bootkit for Darwin/x86_64pho1-5/+5
It was accidentally depending on pkgsrc gmp.
2021-04-30Add a bootkit for SunOS/x86_64pho1-2/+7
Also fixed a bug in the previous commit which would produce non-installable bootkits.
2021-04-29Apply jperkin@'s $ORIGIN removal patchpho1-1/+5
2021-04-27Added a bootkit for Darwin/x86-64pho1-6/+10
2021-04-27Added a bootkit for FreeBSD/amd64pho1-1/+5
2021-04-26Add a bootkit for FreeBSD-*-i386pho1-6/+11
2021-04-22Enable PaX MPROTECT and ASLR for everything but ghc-iserv and ghc-iserv-profpho1-2/+2
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.
2021-04-22Implement getNumberOfProcessors() for NetBSDpho1-2/+3
2021-02-09lang/ghc90: import ghc-9.0.1ryoon1-0/+29
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.