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 =
84
84
genBoundsAction :: NixStyleFlags GenBoundsFlags -> [String ] -> GlobalFlags -> IO ()
85
85
genBoundsAction flags targetStrings globalFlags =
86
86
withContextAndSelectors verbosity RejectNoTargets Nothing flags targetStrings globalFlags OtherCommand $ \ targetCtx ctx targetSelectors -> do
87
-
88
87
baseCtx <- case targetCtx of
89
88
ProjectContext -> return ctx
90
89
GlobalContext -> return ctx
@@ -153,8 +152,8 @@ genBoundsAction flags targetStrings globalFlags =
153
152
notice verbosity boundsNeededMsg
154
153
mapM_ (renderBoundsResult verbosity) boundsActions
155
154
else notice verbosity " All bounds up-to-date"
156
- where
157
- verbosity = cfgVerbosity normal flags
155
+ where
156
+ verbosity = cfgVerbosity normal flags
158
157
159
158
data GenBoundsResult = GenBoundsResult PackageIdentifier ComponentTarget (Maybe [PackageIdentifier ])
160
159
You can’t perform that action at this time.
0 commit comments