]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - src/ExitCodes.hs
Add config file parsing.
[dead/lwn-epub.git] / src / ExitCodes.hs
index 11c03f9b67a7e53cff4bfbd2a71a1e7df4971512..9d4049bfe3fc0d58f4f04ac1a7523d85a5534e7f 100644 (file)
@@ -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