]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
Add two more dependencies, cmdargs and directory.
[email-validator.git] / email-validator.cabal
index 6bd5caf977c1cdbf6630c772acddae44613f6084..c5f7ea27060c3bed94c636717822a5844b8a4894 100644 (file)
@@ -11,10 +11,14 @@ build-type:     Simple
 executable email_validator
   build-depends:
     base                        == 4.*,
+    bytestring                  == 0.10.*,
+    cmdargs                     == 0.10.*,
+    directory                   == 1.2.*,
     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 +41,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 +59,14 @@ test-suite testsuite
   main-is: TestSuite.hs
   build-depends:
     base                        == 4.*,
+    bytestring                  == 0.10.*,
+    cmdargs                     == 0.10.*,
+    directory                   == 1.2.*,
     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 +84,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