about summary refs log tree commit diff
path: root/users/wpcarro/tools/url-blocker/shell.nix
{ depot, ... }:

depot.users.wpcarro.buildHaskell.shell {
  deps = hpkgs: with hpkgs; [
    time
    aeson
    either
    hspec
  ];
}