Skip to content

Commit 96c1e05

Browse files
committed
Add .0 to GHC 9.12
1 parent f2d569a commit 96c1e05

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
@@ -11,7 +11,7 @@ let
1111
"9.10" = "9.10.1";
1212
};
1313
gitInputs = {
14-
ghc912X = "9.12";
14+
ghc912X = "9.12.0";
1515
ghc913 = "9.13";
1616
};
1717
versionToNixName = v: "ghc${builtins.replaceStrings ["."] [""] v}";

0 commit comments

Comments
 (0)