cabal new-build doesn't produce logs for local packages
Open
attention: pr-welcome
cabal-install: cmd/build
type: regression
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
As far as I can tell `cabal new-build` no longer produces log files for local package builds. For instance,
```
$ git clone https://github.com/haskell-hvr/cabal-plan
$ cd cabal-plan
$ cabal new-build all
$ find -iname '*.log' | wc -l
0
```
Moreover, `-v2` shows no indication that a log was generated. I have a vague sense that this used to work so I suspect there is a regression here.
Contributor guide
Assessment
This issue has not been assessed yet.