X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=2c504f66125e68c208737b41de6f0888c4de7a85;hb=c9c873eead8a45dd7df8e8ef1f5861a5aa741d9e;hp=6bd5caf977c1cdbf6630c772acddae44613f6084;hpb=9c30c25bb499e843a40062e2bd1e118c515aa159;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 6bd5caf..2c504f6 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -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