8

I have two releases which were accidentally uploaded before some of their dependencies:

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

How can I trigger a reevaluation of those releases by Hackage? Is uploading a new release the only solution to such a silly problem?

I could find nothing related in the "Maintainer's corner".

Nikita Volkov
  • 42,792
  • 11
  • 94
  • 169

1 Answers1

2

From New features in Hackage 2.

Documentation can be uploaded by any suitably-authorised user, not just a single dedicated documentation build bot. In particular maintainers can upload documentation bundles if the doc build bots fail to do so.

There's a Github Issue complaining that the documentation for this is incomplete, and linked from this thread is a shell script that automatically builds, bundles, and uploads documentation for you. Give it a try, and post results.

Thomas
  • 11,757
  • 4
  • 41
  • 57