diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-14 22:07:20 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-14 22:07:20 +0000 |
commit | 3402bbc71d4492caff4098b9606a58ab18ab67c2 (patch) | |
tree | 4fe98ac24455da8e07188e4aa803abe05b79af14 /servant/src | |
download | thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar.gz thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar.bz2 thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar.xz thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.zip |
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'`)
Diffstat (limited to 'servant/src')
-rw-r--r-- | servant/src/Main.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | main :: IO () | ||
2 | main = undefined | ||