From 2573315e014303cda41682003bafa7e0a6f00167 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Tue, 25 Feb 2020 14:27:08 -0800 Subject: Add explicit import --- app/Main.hs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs index 9d9c5dc..68cef7c 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,6 +1,16 @@ module Main where -import Options.Applicative +import Options.Applicative ( Parser + , (<**>) + , command + , execParser + , fullDesc + , info + , header + , helper + , progDesc + , subparser + ) newtype Arguments = Arguments { command' :: Command } -- cgit v1.2.3