1 synopsis: Added haddock-project command
2 packages: cabal-install
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
16 The PR #8162 also fixes the `--with-haddock` option.