diff options
Diffstat (limited to 'website/sandbox/shift-time/shell.nix')
-rw-r--r-- | website/sandbox/shift-time/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/sandbox/shift-time/shell.nix b/website/sandbox/shift-time/shell.nix index fb5021a6b722..dab0be4ba267 100644 --- a/website/sandbox/shift-time/shell.nix +++ b/website/sandbox/shift-time/shell.nix @@ -4,5 +4,6 @@ in briefcase.buildHaskell.shell { deps = hpkgs: with hpkgs; [ hspec rio + string-conversions ]; } |