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