Skip to content

Commit 51b170b

Browse files
committed
use GHC 9.8
1 parent d2091cb commit 51b170b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# has only one.
2020
packages.default = config.packages.hackage-server;
2121
haskellProjects.default = {
22-
# basePackages = pkgs.haskell.packages.ghc98;
22+
basePackages = pkgs.haskell.packages.ghc98;
2323
settings = {
2424
hackage-server.check = false;
2525
# https://community.flake.parts/haskell-flake/dependency#nixpkgs

0 commit comments

Comments
 (0)