File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ genBoundsCommand =
8484genBoundsAction :: NixStyleFlags GenBoundsFlags -> [String ] -> GlobalFlags -> IO ()
8585genBoundsAction flags targetStrings globalFlags =
8686 withContextAndSelectors verbosity RejectNoTargets Nothing flags targetStrings globalFlags OtherCommand $ \ targetCtx ctx targetSelectors -> do
87-
8887 baseCtx <- case targetCtx of
8988 ProjectContext -> return ctx
9089 GlobalContext -> return ctx
@@ -153,8 +152,8 @@ genBoundsAction flags targetStrings globalFlags =
153152 notice verbosity boundsNeededMsg
154153 mapM_ (renderBoundsResult verbosity) boundsActions
155154 else notice verbosity " All bounds up-to-date"
156- where
157- verbosity = cfgVerbosity normal flags
155+ where
156+ verbosity = cfgVerbosity normal flags
158157
159158data GenBoundsResult = GenBoundsResult PackageIdentifier ComponentTarget (Maybe [PackageIdentifier ])
160159
You can’t perform that action at this time.
0 commit comments