X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=c5c2a7ebc97d78578669c5059c6727c7ed7005ce;hb=bd17e086bf868facb54e6f957643fa2d61defc11;hp=9bdbfef1c0d68c6cca01ed9c635cebf0a7d090e0;hpb=2e8aab2a69a8b9887e4f037115b80a2063d3a6b7;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 9bdbfef..c5c2a7e 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 @@ -71,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 @@ -104,19 +91,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 @@ -127,25 +101,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