summaryrefslogtreecommitdiff
path: root/Biz/Pie.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-20 16:44:14 -0500
committerBen Sima <ben@bsima.me>2021-01-22 08:00:27 -0500
commit4c1df68e201d11e82b3870a3020ad79728e6b700 (patch)
tree5c585c5a19c9cef8ad5752fc00d29000f1275e2c /Biz/Pie.hs
parent8b9ec04c25e2ddf34c9e0b925fb4283f40f54468 (diff)
Property tests for calculateScore
Diffstat (limited to 'Biz/Pie.hs')
-rw-r--r--Biz/Pie.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Pie.hs b/Biz/Pie.hs
index ddaa6ee..5c5ef56 100644
--- a/Biz/Pie.hs
+++ b/Biz/Pie.hs
@@ -41,6 +41,7 @@
-- : dep parsec
-- : dep tasty
-- : dep tasty-hunit
+-- : dep tasty-quickcheck
module Biz.Pie
( main,
)