Cabal revisions of email-validate-2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: email-validate version: 2.0.0 +x-revision: 1 license: BSD3 license-file: LICENSE author: George Pollard <porges@porg.es> tag: v2.0.0 library - build-depends: base >= 4 && < 5 + build-depends: base >= 4.6 && < 5 , attoparsec >= 0.10.0 , bytestring >= 0.9 ghc-options: -O2 type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: tests - test-module Test.Text.Email.Validate x-uses-tf: true build-depends: base >= 4 && < 5 , HUnit >= 1.2 && < 2