Up to [cvs.NetBSD.org] / pkgsrc / lang / ghc84
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 21 03:22:16 2021 UTC (22 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.9: +8 -8
lines
Diff to previous 1.9 (colored)
Replace RMD160 checksums with BLAKE2s checksums
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 7 14:20:53 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.8: +1 -8
lines
Diff to previous 1.8 (colored)
lang: Remove SHA1 hashes for distfiles
Revision 1.8 / (download) - annotate - [select for diffs], Sat May 1 02:57:31 2021 UTC (2 years, 4 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.7: +5 -2
lines
Diff to previous 1.7 (colored)
Backport the $ORIGIN removal patch from ghc88
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 17 07:02:30 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.6: +5 -1
lines
Diff to previous 1.6 (colored)
ghc84: merge NetBSD-current support from ghc810
Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 9 12:41:32 2021 UTC (2 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
ghc84: Fix build with autoconf-2.71. _AC_PROG_CC_C99 was removed
Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 17 17:24:06 2020 UTC (3 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.4: +9 -4
lines
Diff to previous 1.4 (colored)
ghc84: Support SunOS/x86_64.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 14 14:44:50 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
Changes since 1.3: +6 -2
lines
Diff to previous 1.3 (colored)
Add a bootkit for FreeBSD/amd64
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 13 14:15:11 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
Changes since 1.2: +7 -3
lines
Diff to previous 1.2 (colored)
Bootkit for FreeBSD/i386 is now on LOCAL_PORTS
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 12 06:12:07 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
Changes since 1.1: +5 -1
lines
Diff to previous 1.1 (colored)
Add bootkit for Darwin/x86_64
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 7 16:52:08 2020 UTC (3 years, 8 months ago) by pho
Branch: MAIN
Import ghc-8.4.4 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.4.x release series, which is the last version that can bootstrap with 8.0.2. It will probably be removed once we make a separate package for GHC 8.8.x and get enough bootstrap kits for it.