cabal-version: 3.0 name: list-remote-forwards version: 0.0.4 author: Michael Orlitzky maintainer: Michael Orlitzky homepage: https://michael.orlitzky.com/code/list-remote-forwards.xhtml license: AGPL-3.0-or-later license-file: doc/LICENSE bug-reports: mailto:michael@orlitzky.com category: Mail, Utils build-type: Simple extra-source-files: doc/COPYING doc/list-remote-forwardsrc.example doc/man1/list-remote-forwards.1 test/fixtures/postfixadmin.sqlite3 synopsis: List all remote forwards for mail accounts stored in a SQL database. description: List all remote forwards for mail accounts stored in a SQL database. A description, options, and examples can be found in the man page. executable list-remote-forwards build-depends: base >= 4.15 && < 5, bytestring >= 0.10, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, dns >= 1.4, directory >= 1.2, filepath >= 1.3, HDBC >= 2.4, HDBC-postgresql >= 2.3, HDBC-sqlite3 >= 2.3, MissingH >= 1.2, tasty >= 0.8, tasty-hunit >= 0.8 default-language: Haskell2010 main-is: Main.hs hs-source-dirs: src/ other-modules: Configuration CommandLine DNS Forward MxList OptionalConfiguration Paths_list_remote_forwards Report String autogen-modules: Paths_list_remote_forwards test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test default-language: Haskell2010 main-is: TestSuite.hs other-modules: Configuration DNS Forward MxList OptionalConfiguration Paths_list_remote_forwards Report autogen-modules: Paths_list_remote_forwards build-depends: base >= 4.15 && < 5, bytestring >= 0.10, cmdargs >= 0.10, configurator >= 0.2, containers >= 0.5, dns >= 1.4, directory >= 1.2, filepath >= 1.3, HDBC >= 2.4, HDBC-sqlite3 >= 2.3, MissingH >= 1.2, tasty >= 0.8, tasty-hunit >= 0.8 test-suite doctests type: exitcode-stdio-1.0 hs-source-dirs: test default-language: Haskell2010 main-is: Doctests.hs build-depends: base >= 4.15 && < 5, -- Additional test dependencies. doctest >= 0.9, filemanip >= 0.3.6 source-repository head type: git location: https://gitweb.michael.orlitzky.com/list-remote-forwards.git branch: master