]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
Get things into shape, it actually validates addresses now.
[email-validator.git] / email-validator.cabal
index 6bd5caf977c1cdbf6630c772acddae44613f6084..2c504f66125e68c208737b41de6f0888c4de7a85 100644 (file)
@@ -11,10 +11,12 @@ build-type:     Simple
 executable email_validator
   build-depends:
     base                        == 4.*,
+    bytestring                  == 0.10.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,
+    parallel-io                 == 0.3.*,
     QuickCheck                  == 2.6.*,
-    regex-pcre                  == 0.94.*,
+    pcre-light                  >= 0.4,
     test-framework              == 0.8.*,
     test-framework-hunit        == 0.3.*,
     test-framework-quickcheck2  == 0.3.*,
@@ -37,9 +39,6 @@ executable email_validator
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -funbox-strict-fields
-    -fexcess-precision
-    -fno-spec-constr-count
     -rtsopts
     -threaded
     -optc-O3
@@ -58,10 +57,12 @@ test-suite testsuite
   main-is: TestSuite.hs
   build-depends:
     base                        == 4.*,
+    bytestring                  == 0.10.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,
+    parallel-io                 == 0.3.*,
     QuickCheck                  == 2.6.*,
-    regex-pcre                  == 0.94.*,
+    pcre-light                  >= 0.4,
     test-framework              == 0.8.*,
     test-framework-hunit        == 0.3.*,
     test-framework-quickcheck2  == 0.3.*,
@@ -79,9 +80,6 @@ test-suite testsuite
     -fwarn-incomplete-record-updates
     -fwarn-monomorphism-restriction
     -fwarn-unused-do-bind
-    -funbox-strict-fields
-    -fexcess-precision
-    -fno-spec-constr-count
     -rtsopts
     -threaded
     -optc-O3