diff options
Diffstat (limited to 'users/wpcarro/website/sandbox/learnpianochords/src/server/shell.nix')
-rw-r--r-- | users/wpcarro/website/sandbox/learnpianochords/src/server/shell.nix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/users/wpcarro/website/sandbox/learnpianochords/src/server/shell.nix b/users/wpcarro/website/sandbox/learnpianochords/src/server/shell.nix new file mode 100644 index 000000000000..ab470841e6c1 --- /dev/null +++ b/users/wpcarro/website/sandbox/learnpianochords/src/server/shell.nix @@ -0,0 +1,18 @@ +let + briefcase = import <briefcase> {}; +in briefcase.buildHaskell.shell { + deps = hpkgs: with hpkgs; [ + hspec + servant-server + aeson + wai-cors + warp + jwt + unordered-containers + base64 + http-conduit + rio + envy + req + ]; +} |