Skip to content

output ghc warnings for multi-package build #896

@cdepillabout

Description

@cdepillabout

When running cabal build or stack build from the command line, I like to see the warnings produced by ghc. This works well when calling stack build from a single-package project. As stack build is running, it outputs the ghc warnings for each file it is compiling.

However, for a multi-package build, stack build doesn't output warnings from ghc.

Is there a flag to stack build that will output the ghc warnings?

It is possible this issue is related. However, I don't want to see ghc warnings for ALL dependencies, just for the packages in my stack.yaml file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions