-
Notifications
You must be signed in to change notification settings - Fork 841
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
sdist --pvp-bounds not working #6202
Comments
Possibly relevant (but from November 2017): #3550. |
Whoa, that's surprising and unfortunate. Glad to see that warning in the docs at least, but it does say:
And I don't see any warnings in my repro above. 🤔 |
I'll see if I can understand why it does not work for |
I think I have found the source of the problem and its solution. I'll raise a pull request. The source of the problem could be said to be upstream and the hasLowerBound anyVersion == False
anyVersion == AnyVersion and from hasLowerBound anyVersion == True
anyVersion == OrLaterVersion (mkVersion [0]) but the Haddocks for |
Thank you! |
Steps to reproduce
Expected
I expect the
.cabal
file to have lower bounds set, based on the in-use resolver (lts-19.0
).Actual
There are no bounds beyond those I've specifically set myself.
Verbosely
Stack version
Method of installation
https://aur.archlinux.org/packages/stack-static
Platform
Arch Linux.
The text was updated successfully, but these errors were encountered: