cabal-version: 3.0 name: mailbox-count version: 1.8.7 author: Michael Orlitzky maintainer: Michael Orlitzky license: AGPL-3.0-or-later homepage: https://michael.orlitzky.com/code/mailbox-count.xhtml bug-reports: mailto:michael@orlitzky.com category: Mail, Utils build-type: Simple synopsis: Count mailboxes in a SQL database description: = WARNING This package is no longer maintained on Hackage. Please obtain it from [the mailbox-count homepage](https://michael.orlitzky.com/code/mailbox-count.xhtml) instead. I am unable to delete my Hackage account or any of my packages; any further activity on Hackage should be considered malicious. executable mailbox-count build-depends: base < 6 default-language: Haskell2010 main-is: Main.hs hs-source-dirs: src/ source-repository head type: git location: https://gitweb.michael.orlitzky.com/mailbox-count.git branch: master