X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=blobdiff_plain;f=mailbox-count.cabal;h=0f14055e24b054b973bed0fd64261a5d08a79609;hp=0d995c1153c2a2326f68a9f6ebefd121b78a1889;hb=1da56b6bd175cbe7cca37626a0b8bffeb62c1945;hpb=4d67efc948ee9317a65c22268e31757a849c9193 diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 0d995c1..0f14055 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -188,6 +188,17 @@ test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test main-is: TestSuite.hs + + other-modules: + Configuration + OptionalConfiguration + -- WARNING: the Paths_mailbox_count module is automatically generated by + -- Cabal itself. We don't want it included in the release tarballs, + -- since we typically want the paths that the user has configured. + -- Nevertheless, Cabal will complain if we don't include it here. + Paths_mailbox_count + Report + build-depends: base >= 4.8 && < 5, cmdargs >= 0.10,