8

After uploading a new version of a Haskell package to Hackage, automatic document building can take some time, during with the package lacks online documentation. I'd prefer not to announce package changes until such documentation has been built.

Is there a way to view the Hackkage document building queue, or perhaps another method for estimating how long it will be until my documents will be built; or perhaps even a way to arrange notification?


Note, this is not a question about how to manually upload documentation. I know how to do that (and don't want to).

orome
  • 45,163
  • 57
  • 202
  • 418
  • Not exactly what you're asking, but if you get your package added to Stackage, the docs are built with each Stackage Nightly build and can be accessed from stackage.org, e.g. https://www.stackage.org/package/wai – Michael Snoyman Oct 10 '15 at 17:58

1 Answers1

1

There doesn't seem to be a way to get notifications, but if you click the little "build log" link (e.g., https://hackage.haskell.org/package/connection-0.2.8/reports/ ) you'll get the list of build reports for the package.

Edward Z. Yang
  • 26,325
  • 16
  • 80
  • 110