X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=9bdbfef1c0d68c6cca01ed9c635cebf0a7d090e0;hb=2e8aab2a69a8b9887e4f037115b80a2063d3a6b7;hp=a3bcae4364536ebfc1c0d988ea2f97651034f82b;hpb=f0ae56ce4d5a049d1f51d0300c5e8a5ed0aa93ea;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index a3bcae4..9bdbfef 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -52,7 +52,6 @@ executable email-validator base < 5, bytestring >= 0.10, cmdargs >= 0.10, - directory >= 1.2, dns >= 2, email-validate >= 2, HUnit >= 1.2, @@ -70,20 +69,14 @@ executable email-validator other-modules: CommandLine EmailAddress - ExitCodes Paths_email_validator 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 + -Weverything + -Wno-implicit-prelude + -Wno-safe + -Wno-unsafe + -Wno-all-missed-specialisations -rtsopts -threaded -optc-O3 @@ -100,7 +93,6 @@ test-suite testsuite base < 5, bytestring >= 0.10, cmdargs >= 0.10, - directory >= 1.2, dns >= 2, email-validate >= 2, HUnit >= 1.2, @@ -114,16 +106,11 @@ test-suite testsuite -- 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 + -Weverything + -Wno-implicit-prelude + -Wno-safe + -Wno-unsafe + -Wno-all-missed-specialisations -rtsopts -threaded -optc-O3