octopod/shell.nix
iko 61d53d3600
Reduced size of frontend js (#60)
* Reduced size of frontend js

* Pass externs to jscc

* Cleaned things up
2021-08-05 18:18:06 +03:00

15 lines
275 B
Nix

(import ./default.nix { }).shellFor {
tools = {
cabal = "3.2.0.0";
hlint = "latest";
haskell-language-server = {
version = "latest";
index-state = "2021-07-02T00:00:00Z";
};
ghcid = "latest";
};
withHoogle = true;
exactDeps = true;
}