We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While trying to use cabal to build a project that the author has setup with stack, I found myself wanting to add build-tool-depends to setup-depends:
cabal
stack
build-tool-depends
setup-depends
custom-setup setup-depends: base , Cabal , containers , directory , filepath , genapply , process build-tool-depends: genapply:genapply
but Cabal seems to not know how to handle build-tool-depends in custom-setup. Is that intentional, or an oversight?
custom-setup
The text was updated successfully, but these errors were encountered:
Duplicate of #4648
Sorry, something went wrong.
Closing in favour of #4648.
No branches or pull requests
While trying to use
cabal
to build a project that the author has setup withstack
, I found myself wanting to addbuild-tool-depends
tosetup-depends
:but Cabal seems to not know how to handle
build-tool-depends
incustom-setup
. Is that intentional, or an oversight?The text was updated successfully, but these errors were encountered: