]> gitweb.michael.orlitzky.com - hath.git/blobdiff - src/ExitCodes.hs
Add some more tests; minor code cleanup.
[hath.git] / src / ExitCodes.hs
index 4257191b56eeace1e82d0bb788000eb9099b0501..ef5d73f06a57398fd238bee92ed8a28f5ee46fd1 100644 (file)
@@ -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).