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
wip/yesman
Matthew Bauer 6 years ago committed by GitHub
parent 9c44eebbbd
commit dfd0818aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/top-level/release-cross.nix

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

Loading…
Cancel
Save