f895cb417a
I'm still unsure whether or not this is a good idea, but experimenting is a good way to find out!
10 lines
184 B
Nix
10 lines
184 B
Nix
let
|
|
briefcase = import /home/wpcarro/briefcase {};
|
|
in briefcase.buildHaskell.shell {
|
|
deps = hpkgs: with hpkgs; [
|
|
hspec
|
|
rio
|
|
string-conversions
|
|
servant-server
|
|
];
|
|
}
|