X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=src%2FExitCodes.hs;h=08acfdbb554003ed46aa5bcb06a71bb7a9776b44;hp=a48980f074d4cfb2c447703476daacc4fbfe977d;hb=a5e228280dfbdbd8f2b1f271adb362fee1a43de4;hpb=8096b134a33ace33ea23368353c011e9f68549c7 diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index a48980f..08acfdb 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -4,9 +4,11 @@ module ExitCodes where --- |Indicates that the command-line arguments could not be parsed. +-- | Indicates that the command-line arguments could not be parsed. exit_args_parse_failed :: Int exit_args_parse_failed = 1 +-- | Indicates that the input file given on the command-line does not +-- exist. exit_input_file_doesnt_exist :: Int exit_input_file_doesnt_exist = 2