9 lines
130 B
Nix
9 lines
130 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
depot.users.wpcarro.buildHaskell.shell {
|
||
|
deps = hpkgs: with hpkgs; [
|
||
|
hspec
|
||
|
unordered-containers
|
||
|
];
|
||
|
}
|