X-Git-Url: https://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=src%2FExitCodes.hs;fp=src%2FExitCodes.hs;h=15a1160e9b432eb02dfb2615414bdc86c2dbe0bf;hp=08acfdbb554003ed46aa5bcb06a71bb7a9776b44;hb=455443df3ffafa6250bffc75929ae83984f60f5d;hpb=6b199442fa5a94cd41c2e708a8338e2da0516fc8 diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index 08acfdb..15a1160 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -1,7 +1,9 @@ -- | All exit codes that the program can return (excepting -- ExitSuccess). There's only one, since the program will try and -- fail forever upon errors. -module ExitCodes +module ExitCodes ( + exit_args_parse_failed, + exit_input_file_doesnt_exist ) where -- | Indicates that the command-line arguments could not be parsed.