]> gitweb.michael.orlitzky.com - mailbox-count.git/commit
Move most of the report functionality into its own module.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 22 Apr 2014 15:28:02 +0000 (11:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 22 Apr 2014 15:28:02 +0000 (11:28 -0400)
commit0f6ab35ca71299d1c9db63a12df2329acf123284
treebaaf60ef9af717185176b9cb5b5bf1e70bf5ce84
parent72482968102ebd7ad0abeef958fed2a02a126dd2
Move most of the report functionality into its own module.
Add an HUnit test suite (with sqlite3 database fixture).
Add a .ghci file.
Get the detail report working.
.ghci [new file with mode: 0644]
mailbox-count.cabal
src/Main.hs
src/Report.hs [new file with mode: 0644]
test/TestSuite.hs [new file with mode: 0644]
test/fixtures/postfixadmin.sqlite3 [new file with mode: 0644]