-
Notifications
You must be signed in to change notification settings - Fork 709
'cabal upload --check' broken #1823
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
@dcoutts, does the new Hackage server provide this functionality? |
See also haskell/hackage-server#128 |
Yes, it looks like we never implemented the check feature because we expected to replace it with the package candidates feature. The candidate feature more or less works. We should probably add support to cabal-install for using the candidates feature. May also want to support the existing one-off style check feature if we think they're distinct use cases. |
For those wondering what package candidates are, from https://hackage.haskell.org/new-features:
|
If this option has been replaced by package candidates, should it be removed? |
I noticed that
cabal upload --check
is broken, as it uses the hardcoded URL:Which doesn't seem to work anymore (it responds with a 404). Is it planned to have this functionality restored?
The text was updated successfully, but these errors were encountered: