-
Notifications
You must be signed in to change notification settings - Fork 198
package checking with "cabal upload -c" gives error 404 #128
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
And presumably |
Yes, the file exists, without "-c" I successfully uploaded it. "-v3" output follows:
|
It works without the -c option. But with the option, I get the same result: cabal upload -c -v3 dist/stomp-queue-0.0.6.tar.gz POST http://hackage.haskell.org/cgi-bin/hackage-scripts/check-pkg HTTP/1.1 |
Same behavior for me: upload works, but not with --check. |
It's been a while since I've hacked on this, but my understanding is that the "package candidates" feature was meant to supersede "cabal upload --check". Maybe I'm mis-remembering. Also suspicious is the "LegacyRedirects" module has a commented-out redirect for the "check" POST request. |
Resolved as with #1823 |
cabal upload -c dist/PrimitiveArray-0.5.2.0.tar.gz
Checking dist/PrimitiveArray-0.5.2.0.tar.gz...
Error: dist/PrimitiveArray-0.5.2.0.tar.gz: 404 Not Found
This could also be a cabal-install problem.
The text was updated successfully, but these errors were encountered: