Skip to content

Commit e8bfb63

Browse files
committed
Add latestVersion attribute for ghc912
1 parent 24a7daa commit e8bfb63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

overlays/bootstrap.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ let
44

55
latestVer = {
66
"9.8" = "9.8.1";
7+
"9.12" = "9.12.2";
78
};
89

910
in {
@@ -17,7 +18,7 @@ in {
1718
ghc982 = final.haskell.compiler.ghc982;
1819

1920
ghc912 = final.haskell.compiler.ghc912;
20-
ghc9121 = final.haskell.compiler.ghc912;
21+
ghc9122 = final.haskell.compiler.ghc912;
2122
};
2223

2324
# Both `cabal-install` and `nix-tools` are needed for `cabalProject`

0 commit comments

Comments
 (0)