haskell.packages.ghcHEAD: use llvm 10

As per GHC's documentation:
https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler/backends/llvm/installing#llvm-support

This configuration file is probably outdated in major other ways. We
should most likely copy over stuff from the GHC 9.0.x config file and
adjust new specifics, but I don't have the time at the moment.
This commit is contained in:
sternenseemann 2021-05-09 16:41:36 +02:00
parent 7ae5e45f9a
commit 86d021a0c9

View file

@ -11,8 +11,7 @@ with haskellLib;
self: super: {
# This compiler version needs llvm 6.x.
llvmPackages = pkgs.llvmPackages_6;
llvmPackages = pkgs.llvmPackages_10;
# Disable GHC 8.7.x core libraries.
array = null;