X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMain.hs;h=ac33b2bdc654ffe143e7aeaa548fc93413d64f63;hb=53c26134670775854677470e402b8b41f19246d1;hp=84536d757e3389319f5edb875965b5871e053342;hpb=94484087fbfe98d6735aa82798a9bf506f97fd19;p=dead%2Fhalcyon.git diff --git a/src/Main.hs b/src/Main.hs index 84536d7..ac33b2b 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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