about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/8.8.2.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-12ghc: drop obsolete compiler version 8.8.2Peter Simons1-263/+0
2021-02-05Fix ar command path in GHC.Cheng Shao1-0/+10
Previously, the "ar command" in the global config of GHC in nixpkgs is simply "ar" instead of a proper absolute path in the nix store. This will result in an "ar: command not found" error when using GHC and cabal in a pure nix shell. This commit adds the patch and applies to all pre-9.0 versions. See output of ghc --info for "ar command" value.
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob1-32/+32
2021-01-20treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2020-11-06ghc*: Increase build timeout to 1 dayRobert Hensing1-0/+1
The default of 10 hours is insufficient for some of the slower platforms like macOS and aarch64.
2020-08-28Merge pull request #95309 from obsidiansystems/mobile-fixesMatthew Bauer1-2/+9
Support Android 29 in cross-compilation
2020-08-17ghc: document Stage1Only settingMatthew Bauer1-1/+8
2020-08-17ghc: set Stage1Only = YES on iOSMatthew Bauer1-1/+1
We want stage1Only here even if system == system, since we can’t run the native arch simulator binaries locally.
2020-08-16Merge branch 'staging' into upstream-wasm-cross-nixpkgs-4Divam Narula1-1/+1
2020-08-08ghc-{8.8.2, 8.10.1}: make download URL consistent with other versionsGabor Greif1-1/+1
2020-08-05Enable dontStrip for wasmDivam1-4/+3
2020-08-05Set the STRIP_CMD to ':' for dontStripDivam1-2/+6
(as mentioned in mk/build.mk.sample)
2020-05-08Nail a few typosGabor Greif1-1/+1
2020-04-24compilers/ghc: apply structuredAttrs patch to other ghcsGabor Greif1-3/+3
Ported from: > [haskell-updates c8aa9864405] ghc883: fix structuredAttrs build > Author: Robin Gloster <mail@glob.in> > Date: Sat Apr 4 19:21:31 2020 +0200 > 1 file changed, 3 insertions(+), 3 deletions(-)
2020-04-24compilers/ghc: fix a few typosGabor Greif1-1/+1
2020-04-10ghc: mention why ld.gold is disabled for musl libcAdam Sandberg Ericsson1-0/+2
2020-04-10ghc: don't use ld.gold with musl libc (fixes #84670)Adam Sandberg Ericsson1-1/+1
ld.gold doesn't play well with musl as is documented in #49071 and https://sourceware.org/bugzilla/show_bug.cgi?id=23856
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-28ghc: really use ld.goldAdam Sandberg Ericsson1-5/+13
2020-01-18ghc: 8.8.2-rc1 -> 8.8.2Gabor Greif1-3/+3
https://www.haskell.org/ghc/blog/20200116-ghc-8.8.2-released.html
2019-12-27ghc: add 8.8.2-rc1Peter Simons1-0/+232