File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
cabal-install/src/Distribution/Client/ProjectBuilding Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ buildInplaceUnpackedPackage
459459 -- TODO: [code cleanup] there is duplication between the
460460 -- distdirlayout and the builddir here builddir is not
461461 -- enough, we also need the per-package cachedir
462- createDirectoryIfMissingVerbose verbosity True $ getSymbolicPath builddir
462+ createDirectoryIfMissingVerbose verbosity True $ interpretSymbolicPath ( Just srcdir) builddir
463463 createDirectoryIfMissingVerbose
464464 verbosity
465465 True
Original file line number Diff line number Diff line change 1+ synopsis: Fix regression where 'build' folder was created in CWD when running a standlone script.
2+ packages: cabal-install
3+ prs: #10800
4+ issues: #10772
5+ significance:
6+
7+ description: {
8+
9+ Fix a regression where the `build` folder was created in the current directory
10+ when running a standalone script.
11+
12+ }
You can’t perform that action at this time.
0 commit comments