File tree 1 file changed +2
-5
lines changed
cabal-install/Distribution/Client 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import Distribution.PackageDescription.Configuration
45
45
import Distribution.Version
46
46
( anyVersion , thisVersion )
47
47
import Distribution.Simple.Utils as Utils
48
- ( notice , info , debug , die )
48
+ ( notice , debug , die )
49
49
import Distribution.System
50
50
( Platform )
51
51
import Distribution.Verbosity as Verbosity
@@ -77,10 +77,7 @@ configure verbosity packageDBs repos comp platform conf
77
77
maybePlan <- foldProgress logMsg (return . Left ) (return . Right )
78
78
progress
79
79
case maybePlan of
80
- Left message -> do
81
- info verbosity message
82
- setupWrapper verbosity (setupScriptOptions installedPkgIndex) Nothing
83
- configureCommand (const configFlags) extraArgs
80
+ Left message -> die message
84
81
85
82
Right installPlan -> case InstallPlan. ready installPlan of
86
83
[pkg@ (ConfiguredPackage (SourcePackage _ _ (LocalUnpackedPackage _) _) _ _ _)] ->
You can’t perform that action at this time.
0 commit comments