name: email-validate-json version: 0.1.0.0 synopsis: Aeson instances for email-validate description: Please see README.md homepage: https://github.com/mwotton/email-validate-json#readme license: BSD3 license-file: LICENSE author: Mark Wotton maintainer: mwotton@gmail.com copyright: BSD3 category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Text.Email.Aeson.Instances build-depends: base >= 4.7 && < 5 , email-validate , aeson , text default-language: Haskell2010 source-repository head type: git location: https://github.com/mwotton/email-validate-json