Description
Generate standalone haddock documentation for a set of packages.
Description
standalone-haddock generates standalone haddock Haskell documentation.
When you simply run `cabal haddock`, the resulting HTML documentation contains hyperlinks to other packages on your system. As a result, you cannot publish it on the internet (well, you can, but the links will be broken).
standalone-haddock takes several packages for which you want to publish documentation. It generates documentation for them with proper links:
links to identifiers inside this package set are relative
links to identifiers from external packages lead to Hackage
Thus the resulting directory with HTML files is relocatable and publishable.