ghc861: use llvm6 so we're using supported LLVM version
Otherwise complains that LLVM version used is unsupported and that LLVM 6.0 is the only supported version. So, let's use it! :)
This commit is contained in:
parent
82b90249cd
commit
b95e7b1954
@ -75,8 +75,8 @@ in rec {
|
||||
ghc861 = callPackage ../development/compilers/ghc/8.6.1.nix rec {
|
||||
bootPkgs = packages.ghc822;
|
||||
inherit (bootPkgs) alex happy hscolour;
|
||||
buildLlvmPackages = buildPackages.llvmPackages_5;
|
||||
llvmPackages = pkgs.llvmPackages_5;
|
||||
buildLlvmPackages = buildPackages.llvmPackages_6;
|
||||
llvmPackages = pkgs.llvmPackages_6;
|
||||
};
|
||||
ghcHEAD = callPackage ../development/compilers/ghc/head.nix rec {
|
||||
bootPkgs = packages.ghc821Binary;
|
||||
|
Loading…
Reference in New Issue
Block a user