]> gitweb.michael.orlitzky.com - dead/halcyon.git/blob - src/ExitCodes.hs
7597a54723e0fa28d466f195f5161e60698ea3c4
[dead/halcyon.git] / src / ExitCodes.hs
1 -- | All exit codes that the program can return (excepting
2 -- ExitSuccess).
3 module ExitCodes ( exit_no_usernames )
4 where
5
6 -- | No usernames found on either the command-line or in a config
7 -- file.
8 exit_no_usernames :: Int
9 exit_no_usernames = 1