name: mailbox-count version: 0.1.0 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky license: GPL-3 license-file: doc/LICENSE homepage: http://michael.orlitzky.com/code/mailbox-count.php bug-reports: mailto:michael@orlitzky.com category: Mail, Utils build-type: Simple extra-source-files: doc/man1/mailbox-count.1 synopsis: Count mailboxes in a SQL database. description: Count mailboxes in a SQL database. executable mailbox-count build-depends: base == 4.*, 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 hs-source-dirs: src/ --other-modules: ghc-options: -Wall -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-orphans -fwarn-type-defaults -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind -rtsopts -threaded -optc-O3 -optc-march=native test-suite doctests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Doctests.hs build-depends: base == 4.*, -- Additional test dependencies. doctest == 0.9.*, filemanip == 0.3.6.* -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall -fwarn-hi-shadowing -fwarn-missing-signatures -fwarn-name-shadowing -fwarn-orphans -fwarn-type-defaults -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind -rtsopts -threaded -optc-O3 -optc-march=native source-repository head type: git location: http://michael.orlitzky.com/git/mailbox-count.git branch: master