]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/ExitCodes.hs
Add Haddock documentation for most functions and types.
[dead/halcyon.git] / src / ExitCodes.hs
index b190489bf3f1c6bb808f0b3abdf9b7b24a565b95..11c03f9b67a7e53cff4bfbd2a71a1e7df4971512 100644 (file)
@@ -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