-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haddock-project: added changelog.d entry
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
synopsis: `haddock-project` support for subcomponents | ||
packages: cabal-install | ||
prs: #9821 | ||
issues: | ||
significance: significant | ||
|
||
description: { | ||
|
||
- `haddock-project` handles sublibraries, test suites and benchmarks. | ||
- `haddock-project` subcommand installs documentation in the output directory | ||
using `haddock` subcommand. | ||
- `haddock` receives `--package-name` flag whcih allows to set names of | ||
components which are included in the main `index.html` file. | ||
- added `--use-unicode` flag to `haddock` and `haddock-project` commands. | ||
- The directory structure of `./dist-newstyle` has changed. `haddock` | ||
subcommand will install `package:sublib` component in a directory | ||
`package-sublib` under `l/sublib/doc/html/`. | ||
|
||
} | ||
|