From 01224fcd3726b07ebc3cb3c92da81d1384a4ca9a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 21:07:03 -0500 Subject: [PATCH] src/CommandLine.hs: import ExitFailure explicitly. --- src/CommandLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 687a1c4..7eb41d1 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -32,7 +32,7 @@ import System.Console.CmdArgs ( import System.Console.CmdArgs.Explicit ( process ) import System.Environment ( getArgs, withArgs ) -import System.Exit ( ExitCode(..), exitWith ) +import System.Exit ( ExitCode( ExitFailure ), exitWith ) import System.IO ( hPutStrLn, stderr ) import ExitCodes ( exit_arg_parse_failed ) -- 2.43.2