
9 Nov
2016
9 Nov
'16
8:54 p.m.
On 11/8/16 5:59 PM, Francesco Ariis wrote:
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`).
Thanks! This worked like a charm, although I first had to upgrade my cabal, and I also had to fix an incorrect lower bound for "text" in the "unicode-transforms" package (which is a dependency of normalization-insensitive). I wonder if the incorrect lower bound is why the docs failed to build automatically on Hackage? Although if the docs failed, it really ought to say "docs failed", not "docs pending". --Patrick