We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upon running stack --profile on an executable, cabal warns about using the deprecated --enable-executable-profiling flag:
stack --profile
--enable-executable-profiling
Warning: The flag --enable-executable-profiling is deprecated. Please use --enable-profiling instead.
The related code seems to be here.
Using latest stack (1.1.2).
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Care to make a PR? You can find the cabal version in envConfigCabalVersion.
envConfigCabalVersion
Sorry, something went wrong.
Update Changelog for commercialhaskell#2350/commercialhaskell#2377
bd5a9e3
stack setup --install-cabal VERSION
stack setup --upgrade-cabal
9a19fc6
Merge pull request #2377 from hesiod/patch-deprecated-profiling-flag
80dc47e
Fix cabal warning about use of a deprecated profiling flag (Fixes #2350)
--cabal-install
No branches or pull requests
Upon running
stack --profile
on an executable, cabal warns about using the deprecated--enable-executable-profiling
flag:The related code seems to be here.
Using latest stack (1.1.2).
The text was updated successfully, but these errors were encountered: