From 0894d1dfe192819e9c9a82cc5ed991230674772c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 15 Apr 2015 21:15:03 -0400 Subject: [PATCH] Define an export list in ExitCodes. --- src/ExitCodes.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ExitCodes.hs b/src/ExitCodes.hs index 47cd15c..bb3c5c7 100644 --- a/src/ExitCodes.hs +++ b/src/ExitCodes.hs @@ -1,5 +1,9 @@ -- | All failure exit codes that the program can return. -module ExitCodes +-- +module ExitCodes ( + exit_arg_parse_failed, + exit_arg_not_positive, + exit_arg_out_of_bounds ) where -- | Indicates that the command-line arguments could not be parsed. -- 2.43.2