aboutsummaryrefslogtreecommitdiff
path: root/tools/build-and-upload-api-docs.sh
AgeCommit message (Collapse)Author
2022-01-17Omit --enable-doc in the cabal haddock invocation.John MacFarlane
tools/build-and-upload-api-docs.sh. I'm not sure what this was supposed to do but it seems undocumented.
2022-01-17Update build-and-upload-api-docs.sh.John MacFarlane
Using the template at https://hackage.haskell.org/upload It still fails because of a missing doc-index.json for Glob?
2022-01-07Add tools/build-and-upload-api-docs.sh.John MacFarlane