name: email-validate version: 0.3.2 x-revision: 1 license: BSD3 license-file: LICENSE author: George Pollard maintainer: George Pollard homepage: http://porg.es/blog/email-address-validation-simpler-faster-more-correct category: Text synopsis: Validating an email address string against RFC 5322 description: Validating an email address string against RFC 5322 build-type: Simple stability: experimental cabal-version: >= 1.6 source-repository head type: git location: git://github.com/Porges/email-validate-hs.git library build-depends: base >= 2 && < 5, parsec >= 3.0 || == 2.1.*, parsec < 3.1.6, ranges >= 0.2.2 ghc-options: -O2 extensions: CPP exposed-modules: Text.Email.Validate