We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087fed6 commit 5b8608cCopy full SHA for 5b8608c
overlays/bootstrap.nix
@@ -27,7 +27,7 @@ let
27
(builtins.attrNames latestVerMap));
28
traceWarnOld = v: x:
29
let
30
- bootstrapGhc = final.buildPackages.haskell-nix.bootstrap.compiler."${buildBootstrapper.compilerNixName}";
+ bootstrapGhc = final.buildPackages.haskell-nix.bootstrap.compiler.ghc8107;
31
in
32
if builtins.compareVersions x.version bootstrapGhc.version < 0 then
33
throw "Desired GHC (${x.version}) is older than the bootstrap GHC (${bootstrapGhc.version}) for this platform (${final.stdenv.targetPlatform.config})."
0 commit comments