Skip to content

Commit 5d94a90

Browse files
committed
Boot with ghc 8.10.7
1 parent 92288a7 commit 5d94a90

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
final: prev:
22
let
3-
# For each architecture, what GHC version we should use for bootstrapping.
4-
buildBootstrapper =
5-
if final.stdenv.buildPlatform.isAarch64 && final.stdenv.buildPlatform.isDarwin
6-
then {
7-
compilerNixName = "ghc8107";
8-
}
9-
else {
10-
compilerNixName = "ghc884";
11-
};
3+
buildBootstrapper.compilerNixName = "ghc8107";
124
latestVer = {
135
"8.4" = "8.4.4";
146
"8.6" = "8.6.5";

0 commit comments

Comments
 (0)