From 5b9576b50078ce8f67e911f60978d601ecc414cd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 2 Mar 2017 07:11:35 -0700 Subject: missing type signatures & alignment --- UI.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'UI.hs') diff --git a/UI.hs b/UI.hs index 084458f..1c42949 100644 --- a/UI.hs +++ b/UI.hs @@ -136,4 +136,5 @@ theApp = , appAttrMap = const $ attrMap V.defAttr [] } +runTheApp :: St -> IO St runTheApp = defaultMain theApp -- cgit v1.2.3