haskell / hackage-server

Hackage-Server: A Haskell Package Repository
http://hackage.haskell.org
Other
414 stars 198 forks source link

new packages in inconsistent state #1299

Open sellout opened 4 months ago

sellout commented 4 months ago

I uploaded candidates for a set of packages I maintain (yaya, yaya-*). The candidates for existing packages (e.g., yaya) worked as expected, but there were also new packages uploaded for the first time (e.g., yaya-quickcheck).

The new packages appear on my user page, like “Maintainers for yaya-quickcheck : candidates”.

However, both the “yaya-quickcheck” and ”candidates” links claim “No such package in package index.” Which makes it impossible for me to publish the package.

The other new package, which has the same issue, is yaya-containers.

phadej commented 4 months ago

https://hackage.haskell.org/package/yaya-quickcheck-0.1.0.2/candidate

That's the link cabal upload should tell you.

I suspect that {package-name}/candidates page works only when there are actual versions published, that's a bug, but not a blocker.

sellout commented 4 months ago

Great, thanks! That worked for me. But yeah, there‘s still a bug.