From: Michael Orlitzky Date: Sat, 15 Feb 2014 19:30:00 +0000 (-0500) Subject: Whitespace cleanup in CommandLine. X-Git-Tag: 0.0.3~4 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=c52c0aeff2842038ef0f8eabb2cc9ac00453115b Whitespace cleanup in CommandLine. --- diff --git a/src/CommandLine.hs b/src/CommandLine.hs index ad60c9f..0266339 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -15,12 +15,12 @@ import System.Console.CmdArgs ( help, program, summary, - typFile) + typFile ) -- Get the version from Cabal. -import Paths_email_validator (version) -import Data.Version (showVersion) +import Paths_email_validator ( version ) +import Data.Version ( showVersion ) -- We optionally accept input/output files to use instead of