add Database to ProgState

This commit is contained in:
Jonathan Lamothe
2019-08-19 23:58:18 -04:00
parent 95d125973b
commit 72f9d51977
2 changed files with 14 additions and 4 deletions
+1 -3
View File
@@ -28,9 +28,7 @@ import Mtlstats.Types
-- | Initializes the progran
initState :: C.Curses ProgState
initState = do
C.setEcho False
return ProgState
initState = return newProgState
-- | Main program loop
mainLoop :: StateT ProgState C.Curses ()