X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.ghci;fp=.ghci;h=28e5c32a6c886ed08677fdf2d4651745f7650ed0;hb=0f6ab35ca71299d1c9db63a12df2329acf123284;hp=0000000000000000000000000000000000000000;hpb=72482968102ebd7ad0abeef958fed2a02a126dd2;p=mailbox-count.git diff --git a/.ghci b/.ghci new file mode 100644 index 0000000..28e5c32 --- /dev/null +++ b/.ghci @@ -0,0 +1,8 @@ +:set -isrc -idist/build/autogen +:load src/Main.hs +:load src/Report.hs + +import Database.HDBC +import Database.HDBC.Sqlite3 + +:set prompt "mailbox-count> "