about summary refs log tree commit diff
path: root/users/wpcarro/tools/url-blocker/shell.nix
blob: 1adc566c0121746c07022c212a3746188ceb7d40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
let
  briefcase = import <briefcase> {};
in briefcase.buildHaskell.shell {
  deps = hpkgs: with hpkgs; [
    time
    aeson
    either
    hspec
  ];
}