]> gitweb.michael.orlitzky.com - dead/halcyon.git/blob - src/ExitCodes.hs
11c03f9b67a7e53cff4bfbd2a71a1e7df4971512
[dead/halcyon.git] / src / ExitCodes.hs
1 -- |All exit codes that the program can return (excepting
2 -- ExitSuccess). There's only one, since the program will try and fail
3 -- forever upon errors.
4 module ExitCodes
5 where
6
7 -- |Indicates that the command-line arguments could not be parsed.
8 exit_args_parse_failed :: Int
9 exit_args_parse_failed = 1