Skip to content

Commit 5b8608c

Browse files
committed
Relax version check
1 parent 087fed6 commit 5b8608c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let
2727
(builtins.attrNames latestVerMap));
2828
traceWarnOld = v: x:
2929
let
30-
bootstrapGhc = final.buildPackages.haskell-nix.bootstrap.compiler."${buildBootstrapper.compilerNixName}";
30+
bootstrapGhc = final.buildPackages.haskell-nix.bootstrap.compiler.ghc8107;
3131
in
3232
if builtins.compareVersions x.version bootstrapGhc.version < 0 then
3333
throw "Desired GHC (${x.version}) is older than the bootstrap GHC (${bootstrapGhc.version}) for this platform (${final.stdenv.targetPlatform.config})."

0 commit comments

Comments
 (0)