1 synopsis: Do not always pass --quickjump to haddock #9049
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.