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:
parent
9c44eebbbd
commit
dfd0818aa5
@ -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…
Reference in New Issue
Block a user