X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExitCodes.hs;h=ef5d73f06a57398fd238bee92ed8a28f5ee46fd1;hb=fe04fa7a5572f7bf46dacb960d82da3f2a2c44cf;hp=4257191b56eeace1e82d0bb788000eb9099b0501;hpb=e1d16438b44ecd962565756a828c9ed8014cf894;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).