Skip to content

Commit 536d82a

Browse files
committed
use GHC 9.12 in Nix Flake
1 parent 3ccc264 commit 536d82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
};
4343
packages.default = config.packages.hackage-server;
4444
haskellProjects.default = {
45-
basePackages = pkgs.haskell.packages.ghc910;
45+
basePackages = pkgs.haskell.packages.ghc912;
4646
settings = {
4747
hackage-server.check = false;
4848

0 commit comments

Comments
 (0)