X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=src%2FExitCodes.hs;h=11c03f9b67a7e53cff4bfbd2a71a1e7df4971512;hp=b190489bf3f1c6bb808f0b3abdf9b7b24a565b95;hb=69b8af30f49aaad0f5c051998d2556b9ec291df7;hpb=53c26134670775854677470e402b8b41f19246d1 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