Skip to content

Commit a99c1fe

Browse files
committed
Update version
1 parent a8143b1 commit a99c1fe

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
@@ -13,7 +13,7 @@ let
1313
"9.8" = "9.8.2";
1414
};
1515
gitInputs = {
16-
ghc910X = "9.9";
16+
ghc910X = "9.10.0";
1717
ghc911 = "9.11";
1818
};
1919
versionToNixName = v: "ghc${builtins.replaceStrings ["."] [""] v}";

0 commit comments

Comments
 (0)