X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mailbox-count.cabal;h=f43282b3a79cd8bcdad0f2d791e0730d9bd066f1;hb=83ca6fc96729eb098154502162df38bf500cb900;hp=74bf6856bea132e299492bbc3560038b0bcc83c0;hpb=31fe23ca831165da495cf4b99139f2e544b0dacd;p=mailbox-count.git diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 74bf685..f43282b 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -1,5 +1,5 @@ name: mailbox-count -version: 0.0.2 +version: 0.0.5 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -153,7 +153,7 @@ description: executable mailbox-count build-depends: - base >= 4.6 && < 5, + base >= 4.9 && < 5, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, @@ -165,6 +165,7 @@ executable mailbox-count MissingH >= 1.2, tasty >= 0.8, tasty-hunit >= 0.8 + main-is: Main.hs @@ -175,6 +176,11 @@ executable mailbox-count Configuration CommandLine 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 @@ -182,8 +188,19 @@ 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.6 && < 5, + base >= 4.9 && < 5, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, @@ -197,13 +214,12 @@ test-suite testsuite tasty-hunit >= 0.8 - test-suite doctests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Doctests.hs build-depends: - base >= 4.6 && < 5, + base >= 4.9 && < 5, -- Additional test dependencies. doctest >= 0.9, filemanip >= 0.3.6