Getting links to Haddock documentation in Hackage

Some packages[1] have links on their Hackage pages to the haddock generated documentation for each exported module[2]. However, many[3] don't. What's the secret to getting this generated documentation to work with Hackage? Even packages for which `runhaskell Setup.lhs haddock` runs don't (always) get the magic links. Cheers, AGL [1] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bzlib-0.4.0.1 [2] http://hackage.haskell.org/packages/archive/bzlib/0.4.0.1/doc/html/Codec-Com... [3] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/tar-0.1.1.1 -- Adam Langley agl@imperialviolet.org http://www.imperialviolet.org 650-283-9641

On Sat, 29 Dec 2007, Adam Langley wrote:
Some packages[1] have links on their Hackage pages to the haddock generated documentation for each exported module[2]. However, many[3] don't.
What's the secret to getting this generated documentation to work with Hackage? Even packages for which `runhaskell Setup.lhs haddock` runs don't (always) get the magic links.
As far as I know, the secret is patience. The documentations are not automatically generated when uploading a package but somehow periodically.
participants (2)
-
Adam Langley
-
Henning Thielemann