X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExitCodes.hs;h=11c03f9b67a7e53cff4bfbd2a71a1e7df4971512;hb=34420f1bd4756f221c1e545eede3990e8f9e90f6;hp=b190489bf3f1c6bb808f0b3abdf9b7b24a565b95;hpb=53c26134670775854677470e402b8b41f19246d1;p=dead%2Fhalcyon.git diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index b190489..11c03f9 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -1,5 +1,6 @@ --- |All exit codes that the program can return (excepting ExitSuccess). --- There's only one, since the program will try/fail forever upon errors. +-- |All exit codes that the program can return (excepting +-- ExitSuccess). There's only one, since the program will try and fail +-- forever upon errors. module ExitCodes where