about summary refs log tree commit diff
path: root/users/wpcarro/assessments/dotted-squares/shell.nix
{ depot, ... }:

depot.users.wpcarro.buildHaskell.shell {
  deps = hpkgs: with hpkgs; [
    hspec
    unordered-containers
  ];
}