load database on start

This commit is contained in:
Jonathan Lamothe
2019-09-19 07:17:42 -04:00
parent 4985d2694a
commit d58293bef5
3 changed files with 27 additions and 2 deletions

View File

@@ -28,3 +28,11 @@ myTeam = "MONTREAL"
-- | The maximum number of function keys
maxFunKeys :: Int
maxFunKeys = 9
-- | The application name
appName :: String
appName = "mtlstats"
-- | The database filename
dbFname :: String
dbFname = "database.json"