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!