From 3402bbc71d4492caff4098b9606a58ab18ab67c2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 14 Sep 2015 22:07:20 +0000 Subject: First shot at basic structure The planned webapp is missing for now. `nix-build -A servant` fails because thermoprint does not seem to be registered with ghc (see `echo 'import Thermoprint' | nix-shell -p 'ghci'`) --- servant/src/Main.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 servant/src/Main.hs (limited to 'servant/src/Main.hs') diff --git a/servant/src/Main.hs b/servant/src/Main.hs new file mode 100644 index 0000000..e9e1deb --- /dev/null +++ b/servant/src/Main.hs @@ -0,0 +1,2 @@ +main :: IO () +main = undefined -- cgit v1.2.3