From 65c78573af4a1049a848a3df8a968a4eb1b1acc1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 23:26:03 -0500 Subject: [PATCH] src/Main.hs: import Args(..) explicitly. --- src/Main.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index ab37ca5..8448558 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -13,7 +13,10 @@ import System.Exit ( exitSuccess, exitWith ) -import CommandLine ( Args(..), apply_args ) +import CommandLine ( + Args(Args, depth, height, input, lower_threshold, output, + scale, slice, upper_threshold, width), + apply_args ) import ExitCodes ( exit_arg_not_positive, exit_arg_out_of_bounds ) import Grid ( zoom ) import Volumetric ( -- 2.43.2