mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
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:
parent
7ae5e45f9a
commit
86d021a0c9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user