release-cross: use ghc844 for tests

This GHC version has much better support for cross compilation. It should hopefully fix our mingw breakages from #42407.

/cc @ericson2314
This commit is contained in:
Matthew Bauer 2018-11-03 14:17:21 -05:00 committed by GitHub
parent 9c44eebbbd
commit dfd0818aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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