]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
Add an --rfc5322 option which validates against the real RFC syntax.
[email-validator.git] / email-validator.cabal
index 7ccf0f0dd14cc056b636861515eb05e1baa06718..88700645102ea45d113f40d169d2eefa36c71543 100644 (file)
@@ -15,13 +15,14 @@ description:
   Perform basic syntax and deliverability checks on email addresses.
 
 
-executable email_validator
+executable email-validator
   build-depends:
     base                        == 4.*,
     bytestring                  == 0.10.*,
     cmdargs                     == 0.10.*,
     directory                   == 1.2.*,
     dns                         == 0.3.*,
+    email-validate              == 1.*,
     HUnit                       == 1.2.*,
     parallel-io                 == 0.3.*,
     pcre-light                  >= 0.4,
@@ -73,6 +74,7 @@ test-suite testsuite
     cmdargs                     == 0.10.*,
     directory                   == 1.2.*,
     dns                         == 0.3.*,
+    email-validate              == 1.*,
     HUnit                       == 1.2.*,
     parallel-io                 == 0.3.*,
     pcre-light                  >= 0.4,