Skip to content

Commit f71a515

Browse files
committed
Replace Cabal install with copy and register #1203
1 parent 4043bb1 commit f71a515

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Stack/Build/Execute.hs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,9 @@ singleBuild runInBase ac@ActionContext {..} ee@ExecuteEnv {..} task@Task {..} in
10121012
,sourceFlag])
10131013

10141014
withMVar eeInstallLock $ \() -> do
1015-
announce "install"
1016-
cabal False ["install"]
1015+
announce "copy/register"
1016+
cabal False ["copy"]
1017+
cabal False ["register"]
10171018

10181019
let pkgDbs =
10191020
case taskLocation task of

0 commit comments

Comments
 (0)