X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=667c9988956bad57fadd934b580c343fc890b1f1;hb=0bc13890f422a2de2393cfe8ffe95044b60b8a1d;hp=451a09bd11436986a03a83492749bae04a030d91;hpb=26d9ffe7a637c826da3b1b330843173205d79964;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 451a09b..667c998 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -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,7 +68,6 @@ executable email-validator other-modules: CommandLine EmailAddress - ExitCodes Paths_email_validator ghc-options: @@ -95,7 +92,6 @@ test-suite testsuite base < 5, bytestring >= 0.10, cmdargs >= 0.10, - directory >= 1.2, dns >= 2, email-validate >= 2, HUnit >= 1.2,