X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=src%2FExitCodes.hs;fp=src%2FExitCodes.hs;h=c03be9a51ec2b0a4a812016173387a5a57aae12f;hp=0000000000000000000000000000000000000000;hb=e8fe3d4c76b719d256a3c04d462819cd98218111;hpb=75977adcec5c187204b95f3870544040c52398fd diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs new file mode 100644 index 0000000..c03be9a --- /dev/null +++ b/src/ExitCodes.hs @@ -0,0 +1,6 @@ +module ExitCodes ( + exit_bad_server ) +where + +exit_bad_server :: Int +exit_bad_server = 1