nixpkgs/pkgs/development/compilers/ghc
sternenseemann cb330ce4f0 ghc: 8.10.4 -> 8.10.6
The only big change is required for darwin since GHC 8.10.5 now
runs xattr in the install phase on darwin:

* 11e1dcde0d
* ec451cac39

Unfortunately, it uses the host /usr/bin/xattr by default which is
present in the build due to a lack of sandboxing on darwin. That xattr
version however still requires Python 2.7 whereas Python 3.8 is in PATH
in our build. We solve this by setting the XATTR environment variable.

We can't use python3Packages.xattr since GHC expects Apple's fork of
xattr which provides some extra flags to utilize.

Co-authored-by: Cheng Shao <cheng.shao@tweag.io>
2021-08-14 17:12:39 +02:00
..
8.6.5-binary.nix haskell.compiler.ghc865Binary: mark as broken when built with musl 2021-07-13 14:36:42 +02:00
8.8.4.nix ghc: mark integer-simple builds as broken when hostplatform is musl 2021-07-24 21:13:02 +09:00
8.10.2-binary.nix ghc*-binary: Remove no-op --with-gmp-libraries 2021-07-10 02:49:42 +02:00
8.10.6.nix ghc: 8.10.4 -> 8.10.6 2021-08-14 17:12:39 +02:00
9.0.1.nix ghc: mark integer-simple builds as broken when hostplatform is musl 2021-07-24 21:13:02 +09:00
backport-dylib-command-size-limit.patch ghc: fix dylib load command limits in compiler version 8.x 2018-05-22 10:32:17 +02:00
gcc-clang-wrapper.sh treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
head.nix haskell.compiler.ghcHEAD: increase Hydra timeout because Darwin builds were timing out 2021-08-11 13:21:02 +09:00
issue-18549.patch #95747: fix build of GHC 8.10.2 2020-08-18 15:56:45 +02:00
respect-ar-path.patch Fix ar command path in GHC. 2021-02-05 22:54:09 +01:00
sphinx-4-configuration.patch haskell.compiler.ghc8104: patch for sphinx >= 4.0 2021-06-22 13:42:55 +02:00