Skip to content

Commit 75b1f0d

Browse files
committed
Add nix devShell for GHC 9.14
This is a follow-up of #4780
1 parent 5584f2a commit 75b1f0d

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)