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 f505094 commit 933d999Copy full SHA for 933d999
overlays/bootstrap.nix
@@ -12,7 +12,7 @@ let
12
"9.12" = "9.12.1";
13
};
14
gitInputs = {
15
- ghc912X = "9.12.0";
+ ghc912X = "9.12.1";
16
ghc913 = "9.13";
17
18
versionToNixName = v: "ghc${builtins.replaceStrings ["."] [""] v}";
0 commit comments