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:
Matthew Bauer 2019-05-12 00:17:40 -04:00
parent 8a52658918
commit 490d9fd509

View file

@ -31,7 +31,7 @@ let
buildPackages.gcc = nativePlatforms;
coreutils = nativePlatforms;
haskell.packages.ghcHEAD.hello = nativePlatforms;
haskell.packages.ghc844.hello = nativePlatforms;
haskellPackages.hello = nativePlatforms;
};
linuxCommon = lib.recursiveUpdate gnuCommon {