We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2091cb commit 51b170bCopy full SHA for 51b170b
flake.nix
@@ -19,7 +19,7 @@
19
# has only one.
20
packages.default = config.packages.hackage-server;
21
haskellProjects.default = {
22
- # basePackages = pkgs.haskell.packages.ghc98;
+ basePackages = pkgs.haskell.packages.ghc98;
23
settings = {
24
hackage-server.check = false;
25
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
0 commit comments