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
1107
1107
-- ^ The verbosity to use
1108
1108
-> IO ()
1109
1109
componentInitialBuildSteps _distPref pkg_descr lbi clbi verbosity = do
1110
- let compBuildDir = interpretSymbolicPathLBI lbi $ componentBuildDir lbi clbi
1111
- createDirectoryIfMissingVerbose verbosity True compBuildDir
1112
1110
writeBuiltinAutogenFiles verbosity pkg_descr lbi clbi
1113
1111
{-# DEPRECATED
1114
1112
componentInitialBuildSteps
@@ -1128,8 +1126,6 @@ preBuildComponent
1128
1126
preBuildComponent preBuildHook verbosity lbi tgt = do
1129
1127
let pkg_descr = localPkgDescr lbi
1130
1128
clbi = targetCLBI tgt
1131
- compBuildDir = interpretSymbolicPathLBI lbi $ componentBuildDir lbi clbi
1132
- createDirectoryIfMissingVerbose verbosity True compBuildDir
1133
1129
writeBuiltinAutogenFiles verbosity pkg_descr lbi clbi
1134
1130
preBuildHook lbi tgt
1135
1131
You can’t perform that action at this time.
0 commit comments