From 84ca6df46909d39585d96c555b431020f1fbf9c5 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 28 Jun 2021 00:05:53 +0200 Subject: 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. --- test/Spec.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/Spec.hs (limited to 'test') 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" -- cgit v1.2.3