From 841348097246a32b9a4b9eee1063e80321e03905 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 10 Jun 2013 20:07:58 -0400 Subject: [PATCH] Add input/output sections to the cabal description. --- email-validator.cabal | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.43.2