Move shift-time into top-level //zoo

I'm still unsure whether or not this is a good idea, but experimenting is a good
way to find out!
This commit is contained in:
William Carroll 2020-08-13 22:22:39 +01:00
parent 3fdfa14355
commit f895cb417a
5 changed files with 30 additions and 23 deletions

View file

@ -1,9 +0,0 @@
let
briefcase = import /home/wpcarro/briefcase {};
in briefcase.buildHaskell.shell {
deps = hpkgs: with hpkgs; [
hspec
rio
string-conversions
];
}