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 24a7daa commit e8bfb63Copy full SHA for e8bfb63
overlays/bootstrap.nix
@@ -4,6 +4,7 @@ let
4
5
latestVer = {
6
"9.8" = "9.8.1";
7
+ "9.12" = "9.12.2";
8
};
9
10
in {
@@ -17,7 +18,7 @@ in {
17
18
ghc982 = final.haskell.compiler.ghc982;
19
20
ghc912 = final.haskell.compiler.ghc912;
- ghc9121 = final.haskell.compiler.ghc912;
21
+ ghc9122 = final.haskell.compiler.ghc912;
22
23
24
# Both `cabal-install` and `nix-tools` are needed for `cabalProject`
0 commit comments