File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ module Stack.Runners
1616 , munlockFile
1717 ) where
1818
19- import Control.Monad
19+ import Control.Monad hiding ( forM )
2020import Control.Monad.Logger
2121import Control.Exception.Lifted as EL
2222import Control.Monad.IO.Class
2323import Control.Monad.Trans.Control
2424import Data.IORef
25+ import Data.Traversable
2526import Network.HTTP.Client
2627import Path
2728import Path.IO
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module Stack.SetupCmd
1010 , SetupCmdOpts (.. )
1111 ) where
1212
13+ import Control.Applicative
1314import Control.Monad.Catch
1415import Control.Monad.IO.Class
1516import Control.Monad.Logger
@@ -22,6 +23,7 @@ import qualified Options.Applicative.Builder.Extra as OA
2223import qualified Options.Applicative.Types as OA
2324import Network.HTTP.Client
2425import Path
26+ import Prelude -- silence redundant import warnings
2527import Stack.Setup
2628import Stack.Types.Compiler
2729import Stack.Types.Config
You can’t perform that action at this time.
0 commit comments