X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=b5c8afbb3dc11ef890b00163c2ca60a5ca83304a;hb=47c210233494ab1b983636bc7da6db0cf5ce9f03;hp=667c9988956bad57fadd934b580c343fc890b1f1;hpb=0bc13890f422a2de2393cfe8ffe95044b60b8a1d;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 667c998..b5c8afb 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -1,5 +1,5 @@ name: email-validator -version: 0.0.4 +version: 1.0.0 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -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