Files

7 lines
136 B
Nix

(import ./default.nix).shellFor {
tools = {
cabal = "latest";
hlint = "latest";
haskell-language-server = "latest";
};
}