X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=b5c8afbb3dc11ef890b00163c2ca60a5ca83304a;hb=db33943183b0bd2515ccfa7678a6e8e914a38e61;hp=a3bcae4364536ebfc1c0d988ea2f97651034f82b;hpb=f0ae56ce4d5a049d1f51d0300c5e8a5ed0aa93ea;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index a3bcae4..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 @@ -33,18 +33,17 @@ description: This will set the number of threads to 25: . @ - $ email-validator -i addresses.csv +RTS -N25 + $ email-validator +RTS -N25 < addresses.csv @ . /Input/ . - The @input@ file (default: stdin) should be a list of email addresses, + The @input@ (via stdin) should be a list of email addresses, one per line. Empty lines will be ignored. . /Output/ . - Valid email addresses will be written to the output file (default: - stdout), one per line. + Valid email addresses will be written to stdout, one per line. executable email-validator @@ -52,7 +51,6 @@ executable email-validator base < 5, bytestring >= 0.10, cmdargs >= 0.10, - directory >= 1.2, dns >= 2, email-validate >= 2, HUnit >= 1.2, @@ -70,26 +68,8 @@ 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 - -rtsopts - -threaded - -optc-O3 - -optc-march=native - -O2 - test-suite testsuite type: exitcode-stdio-1.0 @@ -99,12 +79,8 @@ test-suite testsuite build-depends: base < 5, bytestring >= 0.10, - cmdargs >= 0.10, - directory >= 1.2, - dns >= 2, email-validate >= 2, HUnit >= 1.2, - parallel-io >= 0.3, pcre-light >= 0.4, tasty >= 0.8, tasty-hunit >= 0.8 @@ -112,24 +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: - -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 - test-suite doctests type: exitcode-stdio-1.0 @@ -140,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