hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

new packages in inconsistent state

Open sellout opened this issue 1 year ago • 2 comments

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.

sellout avatar Mar 12 '24 20:03 sellout

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.

phadej avatar Mar 13 '24 04:03 phadej

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

sellout avatar Mar 13 '24 04:03 sellout