cabal-version: 3.0 name: email-validator version: 1.8.7 author: Michael Orlitzky maintainer: Michael Orlitzky homepage: https://michael.orlitzky.com/code/email-validator.xhtml bug-reports: mailto:michael@orlitzky.com category: Utils license: AGPL-3.0-or-later build-type: Simple synopsis: Perform basic syntax and deliverability checks on email addresses. description: = WARNING This package is no longer maintained on Hackage. Please obtain it from [the email-validator homepage](https://michael.orlitzky.com/code/email-validator.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 email-validator build-depends: base < 6.0 default-language: Haskell2010 main-is: Main.hs hs-source-dirs: src/ source-repository head type: git location: https://gitweb.michael.orlitzky.com/email-validator.git branch: master