aboutsummaryrefslogtreecommitdiff
path: root/mock/Main.hs
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-11-02 00:00:23 +0100
committerTom Smeding <tom@tomsmeding.com>2021-02-28 11:43:39 +0100
commite7133882fe69d8f718cbaf910a22512153db11ee (patch)
tree396cf6a3bf79e212ee08c709be4c8ce510b6fb33 /mock/Main.hs
parent6aebd10ba045085ed1d0ca7c0ffbf69196c3308c (diff)
mock: Start writing a mock server implementation
This is intended to be used for property testing later. Doing this in Haskell should make it easy enough that maintaining a double implementation is not _too_ bad.
Diffstat (limited to 'mock/Main.hs')
-rw-r--r--mock/Main.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mock/Main.hs b/mock/Main.hs
new file mode 100644
index 0000000..0848f95
--- /dev/null
+++ b/mock/Main.hs
@@ -0,0 +1,5 @@
+module Main where
+
+
+main :: IO ()
+main = return ()