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;
|
buildPackages.gcc = nativePlatforms;
|
||||||
coreutils = nativePlatforms;
|
coreutils = nativePlatforms;
|
||||||
haskell.packages.ghcHEAD.hello = nativePlatforms;
|
haskell.packages.ghcHEAD.hello = nativePlatforms;
|
||||||
haskell.packages.ghc822.hello = nativePlatforms;
|
haskell.packages.ghc844.hello = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
linuxCommon = lib.recursiveUpdate gnuCommon {
|
linuxCommon = lib.recursiveUpdate gnuCommon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user