Skip to content

Commit d72031a

Browse files
authored
Update mkShellWith.nix (default to ghc 9.6)
1 parent b7f1ab3 commit d72031a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/mkShellWith.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let
3434
};
3535

3636
ghc = if shell.tools.haskellCompilerVersion == null then
37-
"ghc8107"
37+
"ghc96"
3838
else
3939
shell.tools.haskellCompilerVersion;
4040

0 commit comments

Comments
 (0)