mirror of
https://github.com/typeable/octopod.git
synced 2024-11-23 01:03:45 +03:00
15 lines
275 B
Nix
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;
|
|
}
|