release-cross: use latest stable ghc

Previously on ghc 8.4.4, but we can now use 8.6.5 to address the
issue.
wip/yesman
Matthew Bauer 5 years ago
parent 8a52658918
commit 490d9fd509
  1. 2
      pkgs/top-level/release-cross.nix

@ -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 {

Loading…
Cancel
Save