commercialhaskell / commercialhaskell/stack
Feature: include build-tools in list-dependencies
Open
blocked
type: bug
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
My cabal file contains:
```
build-tools: alex
, happy
```
yet to my surprise this dependency is not reported when I use
`stack list-dependencies`
As a user, I would like to know the version of the build-tools that are needed to build my application.
Could you please add this feature!
Contributor guide
Assessment
This issue has not been assessed yet.