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.
As far as I can tell
cabal new-buildno longer produces log files for local package builds. For instance,Moreover,
-v2shows 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.