Skip to content

cabal new-build doesn't produce logs for local packages #5901

Open
@bgamari

Description

@bgamari

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions