[Haskell-cafe] is it normal for docs to be pending for 24 hours?

Francesco Ariis fa-ml at ariis.it
Wed Nov 9 01:59:26 UTC 2016


On Tue, Nov 08, 2016 at 05:37:07PM -0800, Patrick Pelletier wrote:
> This is only my second time uploading a package to Hackage, so I don't yet
> have a feel for how it's supposed to go.  I uploaded
> normalization-insensitive-2.0.0.1 about 24 hours ago:
> 
> https://hackage.haskell.org/package/normalization-insensitive-2.0.0.1
> 
> Under "Status", it says "Docs pending".  [..]

Sometimes hackage fails to build documentation (maybe there is a
hint on why on the logs). In those cases, I take advantage of cabal:

    cabal upload --documentation

(more info with `cabal upload --help`).


More information about the Haskell-Cafe mailing list