]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
src/Main.hs: import Args(..) explicitly.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 04:26:03 +0000 (23:26 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 04:26:03 +0000 (23:26 -0500)
src/Main.hs

index ab37ca558f009bd30d5ac610e117f9282836442f..84485589683f114a381ff4de372b034fb46646a5 100644 (file)
@@ -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 (