about summary refs log tree commit diff
path: root/src/Main.hs
blob: de40b3225e4af77e83a9248c8970f4b2b08c1e70 (plain) (blame)
1
2
3
4
5
6
7
module Main where
--------------------------------------------------------------------------------
import qualified App
--------------------------------------------------------------------------------

main :: IO ()
main = App.run "../db.sqlite3"