You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to second this with an even more motivating use-case in my case:
I'm trying to build a project on FreeBSD which indirectly depends on happy, and stack fails the installation of happy with some linker errors. I tried both stack list-dependencies --depth=100 and stack dot --external in the hopes that I could figure out which of my dependencies depend further on happy, but I was surprised to see it not being in either of those outputs.
My cabal file contains:
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!
The text was updated successfully, but these errors were encountered: