aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-06-28 00:05:53 +0200
committerDaniel Schadt <kingdread@gmx.de>2021-06-28 00:05:53 +0200
commit84ca6df46909d39585d96c555b431020f1fbf9c5 (patch)
tree8d4600809c0f1be34fa885b7bd2e793b58bc20ce /test
downloadCana-84ca6df46909d39585d96c555b431020f1fbf9c5.tar.gz
Cana-84ca6df46909d39585d96c555b431020f1fbf9c5.tar.bz2
Cana-84ca6df46909d39585d96c555b431020f1fbf9c5.zip
Initial commit
This is a working version that can serve pages, yay! A lot of features still missing though, as well as proper package metadata.
Diffstat (limited to 'test')
-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"