aboutsummaryrefslogtreecommitdiff
path: root/test/Spec.hs
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-02-25 10:01:05 -0800
committerBrad Richardson <brichardson@structint.com>2020-02-25 10:01:05 -0800
commitb8f3867d54bc71423734953fd6939f73e7ec669b (patch)
tree4101ea31e3ef84ddc77d85b2e08ee92014aac8b6 /test/Spec.hs
parentb7010aae8bc4c546503b9736aafe99a4fc7273bf (diff)
downloadfpm-b8f3867d54bc71423734953fd6939f73e7ec669b.tar.gz
fpm-b8f3867d54bc71423734953fd6939f73e7ec669b.zip
Start with a new stack project
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"