]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/Main.hs
Move the exit code into its own module.
[dead/halcyon.git] / src / Main.hs
index 84536d757e3389319f5edb875965b5871e053342..ac33b2bdc654ffe143e7aeaa548fc93413d64f63 100644 (file)
@@ -7,13 +7,12 @@ import System.Exit (ExitCode(..), exitWith)
 import System.IO (hPutStrLn, stderr)
 
 import CommandLine
+import ExitCodes
 import Mail
 import Twitter.Http
 import Twitter.Status
 import Twitter.User
 
-exit_args_parse_failed :: Int
-exit_args_parse_failed = 1
 
 -- The length of all calls to sleep, in seconds.
 heartbeat :: Int