Remove trailing whitespace
[cabal.git] / changelog.d / pr-8162
blobde63109cb9980bb30a16e0581db32e3276931210
1 synopsis: Added haddock-project command
2 packages: cabal-install
3 prs: #8162
4 issues: #7669
5 description: {
7 The `haddock-project` command can be used to build documentation of multiple
8 packages.  By passing `--local` option the directory will be self contained,
9 by passing `--hackage` links to dependencies will link to `hackage`.  Both
10 `--local` and `--hackage` options imply `--quickfix`, `--gen-index`,
11 `--gen-contents`, and `--hyperlinked-source`.
13 Building self contained directory is the default, unless `--hackage` or
14 `--html-location`.
16 The PR #8162 also fixes the `--with-haddock` option.