From 0e90e4f442b2eb2ae9f57db49b829ab7b967890c Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Thu, 31 Dec 2020 21:25:14 -0500 Subject: small design fixes --- app/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Main.hs') 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 -- cgit v1.2.3