about summary refs log tree commit diff
path: root/users/wpcarro/assessments/dotted-squares/shell.nix
blob: 868668ca501c5c0347dd3a4eaecfd423556ca689 (plain) (blame)
1
2
3
4
5
6
7
8
{ depot, ... }:

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