`stack setup --upgrade-cabal` doesn't work for Cabal-2.2.0.1 + ghc-8.2.2 #4070
Comments
My recommendation: this feature is already basically deprecated with:
Let's officially deprecate it, and have it print a big warning message when used with GHC 8.2 or later. |
snoyberg
added a commit
that referenced
this issue
Jun 29, 2018
…e-cabal Deprecate the --upgrade-cabal flag (fixes #4070)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
stack --resolver lts-11.11 setup --upgrade-cabal
Expected
Upgrades cabal version (I have
Cabal-2.0.1.0
installed, but this attempts to installCabal-2.2.0.1
)Actual
Side note: I found the message "Manipulating the global Cabal is only for debugging purposes" to be surprising. I find the phrasing to be quite humorous, but this does not match with my understanding of
--upgrade-cabal
. It was added in 90ae9ec#diff-4968f87e674615592e572f2ec593e5b0R636Stack version
Method of installation
Installed via
stack install
in latest git repo.The text was updated successfully, but these errors were encountered: