]> gitweb.michael.orlitzky.com - mailbox-count.git/blob - .ghci
makefile: move ghc-options from the cabal file into the makefile.
[mailbox-count.git] / .ghci
1 :set -isrc -idist/build/autogen
2 :load src/Main.hs
3 :load src/Report.hs
4
5 import Database.HDBC
6 import Database.HDBC.Sqlite3
7
8 :set prompt "mailbox-count> "