-
Notifications
You must be signed in to change notification settings - Fork 848
Add stack setup --install-cabal VERSION
in addition to stack setup --upgrade-cabal
.
#2386
New issue
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
Comments
A few pointers:
|
What about picking a fixed |
Stack doesn't use cabal-install for much (just the solver AFAIK) so not really any need to have cabal-install match the Cabal library version it was built with. For building Stack, we stick with the versions of packages that are in the current LTS snapshot unless there's a really compelling reason to add an extra-dep, so once LTS 7 is released Stack will upgrade to a newer Cabal library version (along with building with GHC 8.0.1). And we haven't been in a rush to have Stack use Cabal-1.24 because we don't need any of its new features. |
Can be closed off now that #2995 went in (forgot to close with commit). |
Indeed! Closing |
This should make it easier to test
stack
with different versions ofCabal
, as required for e.g. #2350.The text was updated successfully, but these errors were encountered: