X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=src%2FExitCodes.hs;h=9d4049bfe3fc0d58f4f04ac1a7523d85a5534e7f;hp=11c03f9b67a7e53cff4bfbd2a71a1e7df4971512;hb=ebedcdb6b1b8925dcfb5700d076f25743fac8645;hpb=abd072d7a4b825cdfc7aaa49ef3c7897ffad3bf2 diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index 11c03f9..9d4049b 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -7,3 +7,7 @@ where -- |Indicates that the command-line arguments could not be parsed. exit_args_parse_failed :: Int exit_args_parse_failed = 1 + +-- |Indicates that the command-line arguments could not be parsed. +exit_config_parse_failed :: Int +exit_config_parse_failed = 2