Skip to content

Commit bf77001

Browse files
jian-linfendor
authored andcommitted
Add nix devShell for GHC 9.14
This is a follow-up of #4780
1 parent 6ac2ed6 commit bf77001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
shell-ghc98 = mkDevShell pkgs.haskell.packages.ghc98;
110110
shell-ghc910 = mkDevShell pkgs.haskell.packages.ghc910;
111111
shell-ghc912 = mkDevShell pkgs.haskell.packages.ghc912;
112+
shell-ghc914 = mkDevShell pkgs.haskell.packages.ghc914;
112113
};
113114

114115
packages = { inherit docs; };

0 commit comments

Comments
 (0)