Support parsing second shifts
Parse inputs like -10s into 10 second shifts back in time.
This commit is contained in:
parent
81aa32fe71
commit
5fd79ce0ff
5 changed files with 125 additions and 0 deletions
8
website/sandbox/shift-time/shell.nix
Normal file
8
website/sandbox/shift-time/shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
briefcase = import /home/wpcarro/briefcase {};
|
||||
in briefcase.buildHaskell.shell {
|
||||
deps = hpkgs: with hpkgs; [
|
||||
hspec
|
||||
rio
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue