packages feed

Cabal revisions of email-validate-0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:           email-validate-version:        0.1-license:        BSD3-license-file:   LICENSE-author:         George Pollard-maintainer:     Don Stewart <dons@galois.com>-homepage:       http://porg.es/blog/properly-validating-e-mail-addresses-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.2--library-    build-depends:  base, parsec >= 3.0--    exposed-modules:-            Text.Email.Validate+name:           email-validate
+version:        0.1
+x-revision: 1
+license:        BSD3
+license-file:   LICENSE
+author:         George Pollard
+maintainer:     Don Stewart <dons@galois.com>
+homepage:       http://porg.es/blog/properly-validating-e-mail-addresses
+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.2
+
+library
+    build-depends:  base, parsec >= 3.0 && < 3.1.6
+
+    exposed-modules:
+            Text.Email.Validate