X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=61f280912e2e9142c9cfc6b09e937ec548392ec0;hb=4efec1c72cd7d8c8a8ae5718c279b45d55e3c4ab;hp=9bdbfef1c0d68c6cca01ed9c635cebf0a7d090e0;hpb=2e8aab2a69a8b9887e4f037115b80a2063d3a6b7;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 9bdbfef..61f2809 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