From 4c1df68e201d11e82b3870a3020ad79728e6b700 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 20 Jan 2021 16:44:14 -0500 Subject: Property tests for calculateScore --- Biz/Que/Host.hs | 1 + Biz/Que/Site.hs | 1 + 2 files changed, 2 insertions(+) (limited to 'Biz/Que') diff --git a/Biz/Que/Host.hs b/Biz/Que/Host.hs index ce3f5da..d50993c 100644 --- a/Biz/Que/Host.hs +++ b/Biz/Que/Host.hs @@ -22,6 +22,7 @@ -- : dep stm -- : dep tasty -- : dep tasty-hunit +-- : dep tasty-quickcheck -- : dep unagi-chan -- : dep unordered-containers module Biz.Que.Host diff --git a/Biz/Que/Site.hs b/Biz/Que/Site.hs index c4a6e0d..c2245d6 100644 --- a/Biz/Que/Site.hs +++ b/Biz/Que/Site.hs @@ -16,6 +16,7 @@ -- : dep req -- : dep tasty -- : dep tasty-hunit +-- : dep tasty-quickcheck module Biz.Que.Site ( main, ) -- cgit v1.2.3