]> gitweb.michael.orlitzky.com - mailbox-count.git/blobdiff - mailbox-count.cabal
Begin throwing real code together.
[mailbox-count.git] / mailbox-count.cabal
index 3dfe80d10adacbae95eeeda9de00cb8c16b72832..87688e8a3aabb944d9c5e164a726e553438e5a5b 100644 (file)
@@ -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