commercialhaskell / commercialhaskell/stack

Make stack warning about missing other-modules into an error (with flags)

Open
#1,323 5 comments 0 reactions 0 assignees View on GitHub
awaiting pull request newcomer friendly type: enhancement
Dominant language
Haskell
Stars
4.1k
Forks
850
Avg merge
10h 37m
Merged PRs (30d)
4

Description

If I run `stack build` it says:

```
Warning: modules not listed in shake.cabal for 'shake' component (add to other-modules):
Development.Ninja.Env
```

How can I turn that into an error so I can test for it in my continuous integration? `stack build --Werror`? Add a separate `stack check` target?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.