From: Michael Orlitzky Date: Tue, 11 Jun 2013 00:07:58 +0000 (-0400) Subject: Add input/output sections to the cabal description. X-Git-Tag: 0.0.2~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=841348097246a32b9a4b9eee1063e80321e03905 Add input/output sections to the cabal description. --- diff --git a/email-validator.cabal b/email-validator.cabal index acb9fca..5efa913 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -34,6 +34,16 @@ description: @ $ email-validator -i addresses.csv +RTS -N25 @ + . + /Input/ + . + The @input@ file (default: 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. executable email-validator