Search code examples
haskelldocumentationhackage

Why isn't my documentation showing up in Hackage?


Documentation for my recently updated package on Hackage isn't showing up, even though it has now been a few days since the update. The previous version had complete documentation, and I've made no changes in this update that would have affected package documentation.

Why isn't my documentation showing up in Hackage? Is there an outage or known delay in document building, or can I monitor the status of document building somewhere?


Solution

  • The doc builder got stuck and has been restarted (along with better auto-restart logic), and will catch up with the accumulated backlog over the course of a few days.

    No action is necessary.