No haddock generated when upload package to hackages
cabal, hackage, haskell
Solution
Docs take a little bit of time to generate. I believe they are ran at midnight GMT.
Problem
After I upload my package into hackages, it didn't generate haddock as others packages. Anything I missed? What I did is: - `cabal dist` and a package generated under dist directory. - open hackage web upload interface and upload the package. - open the URL and turns out package uploaded successfully but no haddock. (the package do have a few docs) Thank you.