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













                                                
       

    
let
  briefcase = import /home/wpcarro/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
  ];
}