about summary refs log blame commit diff
path: root/users/wpcarro/website/sandbox/learnpianochords/src/server/shell.nix
blob: ab470841e6c13f8dfdc45d16c002ecd3134b3601 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
   
                                    












                                 
       

    
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
  ];
}