summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-03 14:17:21 -0500
committerGitHub <noreply@github.com>2018-11-03 14:17:21 -0500
commitdfd0818aa5c3ef1d6686e8bf8677761740788cd9 (patch)
treea15278f62dfd9dfacdff3bbcd0b0a82230e95ff4 /pkgs/top-level
parent9c44eebbbd5273dfb7be4dd23a913a9e832d48ed (diff)
downloadnixlib-dfd0818aa5c3ef1d6686e8bf8677761740788cd9.tar
nixlib-dfd0818aa5c3ef1d6686e8bf8677761740788cd9.tar.gz
nixlib-dfd0818aa5c3ef1d6686e8bf8677761740788cd9.tar.bz2
nixlib-dfd0818aa5c3ef1d6686e8bf8677761740788cd9.tar.lz
nixlib-dfd0818aa5c3ef1d6686e8bf8677761740788cd9.tar.xz
nixlib-dfd0818aa5c3ef1d6686e8bf8677761740788cd9.tar.zst
nixlib-dfd0818aa5c3ef1d6686e8bf8677761740788cd9.zip
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
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 6cf0cb57be4f..058182392e9b 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/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 {