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/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 servant/Setup.hs (limited to 'servant/Setup.hs') diff --git a/servant/Setup.hs b/servant/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/servant/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3