mirror of
https://github.com/typeable/octopod.git
synced 2024-11-22 16:56:29 +03:00
iko
cbcd09f114
* Migrate to haskell.nix for everything * Fixed build (?) * Fixed build * build frontend with ghcjs * Updated Makefile * Uglified js * Made frontend actually work (: * Increase swap * Added checkout back in (: * Updated VS Code settings * formatted cabal.project * cleaned up nix
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;
|
|
}
|