I try to test the upload of a cabal bundle to HackageDB. When I test it on the hackage website, it all goes fine but the output that it presents to me contains only the content page and there is no further link to the actual module documentation.
Now, I do not know if that means that the documentation could not be build (cabal haddock runs fine and builds the correct html on my test systems) or that I need to somehow manually include the html into the package or ... maybe build the distributable package with more options in cabal?