summaryrefslogtreecommitdiff
path: root/Biz/Bild/Deps/Haskell.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-15 21:11:30 -0500
committerBen Sima <ben@bsima.me>2021-01-15 21:13:33 -0500
commite77cdc025b0e80049344f258d9ca170d0953d0d7 (patch)
tree71b1a438a8f715992627b644dcba7468ef036a09 /Biz/Bild/Deps/Haskell.nix
parent7bb2775667386659402ebb7559c7bc4af46ec268 (diff)
Implement Biz.Test with tasty
Also changes the --test option to a 'test' command. This is because running the tests for a namespace/exe should never be combined with anything else: you either want to run the tests, or not.
Diffstat (limited to 'Biz/Bild/Deps/Haskell.nix')
-rw-r--r--Biz/Bild/Deps/Haskell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix
index dc33483..13d952d 100644
--- a/Biz/Bild/Deps/Haskell.nix
+++ b/Biz/Bild/Deps/Haskell.nix
@@ -50,6 +50,7 @@ with hpkgs;
string-quote
stripe-haskell
tasty
+ tasty-hunit
text
time
transformers