mirror of
https://github.com/typeable/octopod.git
synced 2024-11-22 16:56:29 +03:00
12 lines
206 B
Nix
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;
|
|
}
|