diff options
author | Ben Sima <ben@bsima.me> | 2021-01-20 16:44:14 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-22 08:00:27 -0500 |
commit | 4c1df68e201d11e82b3870a3020ad79728e6b700 (patch) | |
tree | 5c585c5a19c9cef8ad5752fc00d29000f1275e2c /Biz/Bild/Deps | |
parent | 8b9ec04c25e2ddf34c9e0b925fb4283f40f54468 (diff) |
Property tests for calculateScore
Diffstat (limited to 'Biz/Bild/Deps')
-rw-r--r-- | Biz/Bild/Deps/Haskell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix index eb34f3a..21fcb66 100644 --- a/Biz/Bild/Deps/Haskell.nix +++ b/Biz/Bild/Deps/Haskell.nix @@ -21,6 +21,7 @@ with hpkgs; filepath ghcjs-base github + hashids haskeline http-types ixset @@ -53,6 +54,7 @@ with hpkgs; stripe-haskell tasty tasty-hunit + tasty-quickcheck text time transformers |