Fix markdown syntax in changelog
[cabal.git] / changelog.d / pr-9049
blob41fcd0a5bb73bda167c899596ffb3397785c89c2
1 synopsis: Do not always pass --quickjump to haddock #9049
2 packages: Cabal
3 prs: #9049
4 issues: #9060
5 description: {
7 6d8adf13101 caused `cabal` to always pass the `--quickjump` flag to Haddock.
8 Not only does this waste memory for a service that user hasn't asked for,
9 but also leads to a failure with Haddocks shipped with GHC 9.0 and 9.2,
10 which had a separate bug (fixed in later versions but not backported) when
11 Haddock does not pass `--quickjump` recursively to the package dependencies.