summaryrefslogtreecommitdiff
path: root/lang/ghc810
AgeCommit message (Collapse)AuthorFilesLines
2022-11-22ghc: Only some ghc compilers support NetBSD/aarch64, limit the workaroundnia1-5/+2
2022-11-22ghc: depend on compat90 instead of compat80 on NetBSD/aarch64nia1-5/+9
There was never a NetBSD 8 release for aarch64 so compat80 is not available, but compat90 will work nicely.
2022-10-31ghc*: Unlimit cputime.jperkin1-2/+2
Some of the latter linking stages can take a signficantly long time.
2022-07-07lang: Switch distfile location from Joyent to MNX Manta.jperkin1-2/+2
No functional change.
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2022-06-28*: recursive bump for perl 5.36wiz2-4/+4
2022-05-05ghc*: Use OPSYS_VERSION to numerically compare NetBSD versionsnia1-2/+2
2022-02-14Mark the package as not supporting MKPIEpho1-1/+3
Not sure if it really doesn't support PIE, but it's an obsolete compiler anyway.
2021-12-08revbump for icu and libffiadam2-4/+4
2021-11-21Replace RMD160 checksums with BLAKE2s checksumspho1-5/+5
2021-10-07lang: Remove SHA1 hashes for distfilesnia1-5/+1
2021-09-30ghc810: Some fixes to SunOS build.jperkin6-19/+78
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.
2021-09-27Disable MKPIE in Haskell.nia1-1/+3
Presumably there's a way to make this work, but it probably requires changes to the bootstrap kits.
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-05-22ghc*: remove CONFLICTS with itselfwiz1-4/+1
The PKGNAME is ghc-* so there is no point in a conflict with ghc-*
2021-05-01Port the $ORIGIN removal patch from ghc88pho9-25/+87
2021-04-27Swith to CHECK_SHLIBS_SUPPORTED=no from individual CHECK_SHLIBS_SKIP list ↵pho1-6/+9
(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.
2021-02-25ghc*: nail down dependency patternsnia1-3/+3
2021-02-16ghc810: Regenerate distinfo to include all distfiles and fix COMMENTryoon2-3/+7
2021-02-09lang/ghc810: import ghc-8.10.4ryoon24-0/+1041
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.