X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExitCodes.hs;h=ef5d73f06a57398fd238bee92ed8a28f5ee46fd1;hb=18a81546e7c4ad10574918efb08b2e104e911d73;hp=4257191b56eeace1e82d0bb788000eb9099b0501;hpb=942b8ef3bc5830ca0defa62342d55550aea59934;p=hath.git diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index 4257191..ef5d73f 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -1,5 +1,8 @@ -- | Some exit codes, used in the ExitFailure constructor. -module ExitCodes +module ExitCodes ( + exit_args_parse_failed, + exit_invalid_cidr + ) where -- | One of the CIDRs is invalid (malformed, not a CIDR at all, etc).