File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Cabal/src/Distribution/Simple Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1107,8 +1107,6 @@ componentInitialBuildSteps
11071107 -- ^ The verbosity to use
11081108 -> IO ()
11091109componentInitialBuildSteps _distPref pkg_descr lbi clbi verbosity = do
1110- let compBuildDir = interpretSymbolicPathLBI lbi $ componentBuildDir lbi clbi
1111- createDirectoryIfMissingVerbose verbosity True compBuildDir
11121110 writeBuiltinAutogenFiles verbosity pkg_descr lbi clbi
11131111{-# DEPRECATED
11141112 componentInitialBuildSteps
@@ -1128,8 +1126,6 @@ preBuildComponent
11281126preBuildComponent preBuildHook verbosity lbi tgt = do
11291127 let pkg_descr = localPkgDescr lbi
11301128 clbi = targetCLBI tgt
1131- compBuildDir = interpretSymbolicPathLBI lbi $ componentBuildDir lbi clbi
1132- createDirectoryIfMissingVerbose verbosity True compBuildDir
11331129 writeBuiltinAutogenFiles verbosity pkg_descr lbi clbi
11341130 preBuildHook lbi tgt
11351131
You can’t perform that action at this time.
0 commit comments