tests: Make structured hash tests invariant to GHC version
[cabal.git] / changelog.d / pr-9821
blobbc3e9dcae504fdfcfe6a77bb8b5ea099f29fc68e
1 synopsis: `haddock-project` support for subcomponents
2 packages: cabal-install
3 prs: #9821
4 issues:
5 significance: significant
7 description: {
9 - `haddock-project` handles sublibraries, test suites and benchmarks.
10 - `haddock` receives `--package-name` flag whcih allows to set names of
11   components which are included in the main `index.html` file.
12 - added `--use-unicode` flag to `haddock` and `haddock-project` commands.
13 - The directory structure of `./dist-newstyle` has changed.  `haddock`
14   subcommand will install `package:sublib` component in a directory
15   `package/sublib` under `l/sublib/doc/html/`.  This is important for
16   `haddock-project` command and in the future might will be useful for hackage
17   support of sublibraries.  See
18   https://github.com/haskell/cabal/pull/9821#discussion_r1548557115.