haskell.compiler.ghcHEAD: use LLVM 14
This will be required for the JavaScript backend to work.
This commit is contained in:
parent
1ee0f4c2aa
commit
a05354790b
1 changed files with 3 additions and 3 deletions
|
@ -277,9 +277,9 @@ in {
|
|||
# https://github.com/xattr/xattr/issues/44 and
|
||||
# https://github.com/xattr/xattr/issues/55 are solved.
|
||||
inherit (buildPackages.darwin) xattr autoSignDarwinBinariesHook;
|
||||
# 2022-08-04: Support range >= 10 && < 14
|
||||
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_12;
|
||||
llvmPackages = pkgs.llvmPackages_12;
|
||||
# 2022-08-04: Support range >= 10 && < 15
|
||||
buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_14;
|
||||
llvmPackages = pkgs.llvmPackages_14;
|
||||
};
|
||||
|
||||
ghcjs = compiler.ghcjs810;
|
||||
|
|
Loading…
Reference in a new issue