commercialhaskell / commercialhaskell/stack
--ghc-options (or --fast / --pedantic) get applied to extra-deps
Open
component: build
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
See https://github.com/haskell/haskell-ide-engine/pull/165#issuecomment-170285974 . The issue is that `ghc-options` get applied to a package like this
``` yaml
- location:
git: https://github.com/kazu-yamamoto/ghc-mod.git
commit: b9bd4ebf77b22d2d9061d647d7799ddcc7c51228
extra-dep: true
```
Even though `apply-ghc-options` is its default value, `local`.
Contributor guide
Assessment
This issue has not been assessed yet.