Starting a documentation update for the Hackage package

I have two releases that were accidentally downloaded before some of their dependencies:

Since then, their dependencies have long been fulfilled, however, documentation for them has not been generated to this day.

How can I initiate a reassessment of these releases of Hackage? Is the new release loading the only solution to such a stupid problem?

I could not find anything related in the "Canned Corner".

+8
haskell hackage
source share
1 answer

From New Features in Hackage 2 .

Documentation can be downloaded by any appropriately authorized user, and not just one documentation assembly bot created. In particular, maintainers can download documentation packages if the doc build bots cannot do this.

There, the Github Issue complains that the documentation for this is incomplete and linked to this shell script thread, which automatically creates, links, and downloads the documentation for you. Try it and submit the results.

+2
source share

All Articles