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 f2d569a commit 96c1e05Copy full SHA for 96c1e05
overlays/bootstrap.nix
@@ -11,7 +11,7 @@ let
11
"9.10" = "9.10.1";
12
};
13
gitInputs = {
14
- ghc912X = "9.12";
+ ghc912X = "9.12.0";
15
ghc913 = "9.13";
16
17
versionToNixName = v: "ghc${builtins.replaceStrings ["."] [""] v}";
0 commit comments