cabal-version: 3.0 name: list-remote-forwards version: 1.8.7 author: Michael Orlitzky maintainer: Michael Orlitzky homepage: https://michael.orlitzky.com/code/list-remote-forwards.xhtml license: AGPL-3.0-or-later bug-reports: mailto:michael@orlitzky.com category: Mail, Utils build-type: Simple synopsis: List all remote forwards for mail accounts stored in a SQL database. description: = WARNING This package is no longer maintained on Hackage. Please obtain it from [the list-remote-forwards homepage](https://michael.orlitzky.com/code/list-remote-forwards.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 list-remote-forwards 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/list-remote-forwards.git branch: master