nixpkgs/pkgs/development/tools/haskell
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
..
dconf2nix dconf2nix: 0.0.7 -> 0.0.8 2021-05-25 17:54:47 +02:00
haskell-language-server ghc: 8.10.4 -> 8.10.6 2021-08-14 17:12:39 +02:00
hyper-haskell haskell-hyper: refactor expression 2021-05-04 13:59:26 +02:00
ihaskell ihaskell: clean up unnecessary doJailbreaks 2021-05-04 19:00:51 +02:00
lambdabot
mueval
vaultenv