aboutsummaryrefslogtreecommitdiffhomepage
path: root/UI.hs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:11:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-02 07:11:35 -0700
commit5b9576b50078ce8f67e911f60978d601ecc414cd (patch)
tree997399d3622ac365fe0d296346948d9791d312b9 /UI.hs
parent5443d758bbc4d894e547d56a60b2be221fc7779a (diff)
downloadsscan-5b9576b50078ce8f67e911f60978d601ecc414cd.tar.gz
missing type signatures & alignment
Diffstat (limited to 'UI.hs')
-rw-r--r--UI.hs1
1 files changed, 1 insertions, 0 deletions
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