aboutsummaryrefslogtreecommitdiffstats
path: root/test/Spec.hs
diff options
context:
space:
mode:
authorTeddy Wing2017-07-16 20:15:50 +0200
committerTeddy Wing2017-07-16 20:18:36 +0200
commit06c681f7cf3c59f5900063fa60582ce2b084369d (patch)
treee19c8655b3945d48bc79944e2565c399514e9d90 /test/Spec.hs
downloadsorbot-06c681f7cf3c59f5900063fa60582ce2b084369d.tar.bz2
New Haskell Stack project
$ stack new sorbot new-template GHC v8.0.2
Diffstat (limited to 'test/Spec.hs')
-rw-r--r--test/Spec.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Spec.hs b/test/Spec.hs
new file mode 100644
index 0000000..cd4753f
--- /dev/null
+++ b/test/Spec.hs
@@ -0,0 +1,2 @@
+main :: IO ()
+main = putStrLn "Test suite not yet implemented"