octopod/shell.nix
iko 0f75dc1651
Bumped nix dependencies (#83)
* Bumped nix dependencies

* bumped yet again
2021-08-24 17:06:29 +03:00

12 lines
206 B
Nix

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