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