diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 4 |
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 |