about summary refs log tree commit diff
path: root/website/sandbox/shift-time/shell.nix
blob: fb5021a6b7227277e7772ff5d50230524ce6a272 (plain) (blame)
1
2
3
4
5
6
7
8
let
  briefcase = import /home/wpcarro/briefcase {};
in briefcase.buildHaskell.shell {
  deps = hpkgs: with hpkgs; [
    hspec
    rio
  ];
}