aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-30 22:04:52 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-30 22:04:52 +0000
commit7fde58742352f17b0cc2bf34f8815067aaa8b7da (patch)
treef0d0062dd15ae276095a0bc7024070ff92a2a92a /tests
parent8b22145bf32c96067358193388a54621d3826628 (diff)
downloadverismith-7fde58742352f17b0cc2bf34f8815067aaa8b7da.tar.gz
verismith-7fde58742352f17b0cc2bf34f8815067aaa8b7da.zip
Reformat the main file and upgrade lts
Diffstat (limited to 'tests')
-rw-r--r--tests/test.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test.hs b/tests/test.hs
index 3255c72..b1958c3 100644
--- a/tests/test.hs
+++ b/tests/test.hs
@@ -1,3 +1,5 @@
+module Main where
+
import Test.Tasty
import Test.Tasty.HUnit
import Test.Tasty.QuickCheck as QC