summaryrefslogtreecommitdiff
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 666dde6..4e6a438 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -7,5 +7,5 @@ main :: IO ()
main = do
manifest <- Lib.loadManifest
case manifest of
- Left errs -> print $ prettyTomlDecodeErrors errs
- Right manifest -> startApp manifest
+ Left errs -> print $ prettyTomlDecodeErrors errs
+ Right m -> startApp m