X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=blobdiff_plain;f=mailbox-count.cabal;h=87688e8a3aabb944d9c5e164a726e553438e5a5b;hp=3dfe80d10adacbae95eeeda9de00cb8c16b72832;hb=72482968102ebd7ad0abeef958fed2a02a126dd2;hpb=65ec33ab24068e50612e72e69d893ecac9079cdc diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 3dfe80d..87688e8 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -19,8 +19,13 @@ description: executable mailbox-count build-depends: base == 4.*, - cmdargs == 0.10.* - + cmdargs == 0.10.*, + configurator == 0.2.*, + containers == 0.5.*, + directory == 1.2.*, + filepath == 1.3.*, + HDBC == 2.4.*, + HDBC-postgresql == 2.3.* main-is: Main.hs