X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=b5c8afbb3dc11ef890b00163c2ca60a5ca83304a;hb=01c80b67bdbead9d09dab530d1ff1308447a99f1;hp=61f280912e2e9142c9cfc6b09e937ec548392ec0;hpb=4efec1c72cd7d8c8a8ae5718c279b45d55e3c4ab;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 61f2809..b5c8afb 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -70,18 +70,6 @@ executable email-validator EmailAddress Paths_email_validator - ghc-options: - -Weverything - -Wno-implicit-prelude - -Wno-safe - -Wno-unsafe - -Wno-all-missed-specialisations - -rtsopts - -threaded - -optc-O3 - -optc-march=native - -O2 - test-suite testsuite type: exitcode-stdio-1.0 @@ -91,11 +79,8 @@ test-suite testsuite build-depends: base < 5, bytestring >= 0.10, - cmdargs >= 0.10, - dns >= 2, email-validate >= 2, HUnit >= 1.2, - parallel-io >= 0.3, pcre-light >= 0.4, tasty >= 0.8, tasty-hunit >= 0.8 @@ -103,19 +88,6 @@ test-suite testsuite other-modules: EmailAddress - -- It's not entirely clear to me why I have to reproduce all of this. - ghc-options: - -Weverything - -Wno-implicit-prelude - -Wno-safe - -Wno-unsafe - -Wno-all-missed-specialisations - -rtsopts - -threaded - -optc-O3 - -optc-march=native - -O2 - test-suite doctests type: exitcode-stdio-1.0 @@ -126,25 +98,6 @@ test-suite doctests -- Additional test dependencies. doctest >= 0.9 - -- It's not entirely clear to me why I have to reproduce all of this. - ghc-options: - -Wall - -fwarn-hi-shadowing - -fwarn-missing-signatures - -fwarn-name-shadowing - -fwarn-orphans - -fwarn-type-defaults - -fwarn-tabs - -fwarn-incomplete-record-updates - -fwarn-monomorphism-restriction - -fwarn-unused-do-bind - -rtsopts - -threaded - -optc-O3 - -optc-march=native - -O2 - - source-repository head type: git