release-cross: use latest stable ghc
Previously on ghc 8.4.4, but we can now use 8.6.5 to address the issue.
This commit is contained in:
parent
8a52658918
commit
490d9fd509
@ -31,7 +31,7 @@ let
|
|||||||
buildPackages.gcc = nativePlatforms;
|
buildPackages.gcc = nativePlatforms;
|
||||||
coreutils = nativePlatforms;
|
coreutils = nativePlatforms;
|
||||||
haskell.packages.ghcHEAD.hello = nativePlatforms;
|
haskell.packages.ghcHEAD.hello = nativePlatforms;
|
||||||
haskell.packages.ghc844.hello = nativePlatforms;
|
haskellPackages.hello = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
linuxCommon = lib.recursiveUpdate gnuCommon {
|
linuxCommon = lib.recursiveUpdate gnuCommon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user