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,