commercialhaskell / commercialhaskell/stack
Make stack warning about missing other-modules into an error (with flags)
Open
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
Assessment
This issue has not been assessed yet.