Add a module-level option to hide hyperlinked sources
The idea is to have an option to disable hyperlinked sources on modules whose source is programmatically generated, huge, and uninteresting. You can tell Haddock to not generate hyperlinked sources for the module Foo either via an option --hide-hyperlinked=Foo or a Haddock pragma {-# OPTIONS_HADDOCK hide-hyperlinked #-}.
Fixes https://github.com/haskell/haddock/issues/758.
Looks good so far. Could you add an entry to changelog I always find it handy to see with which version a new parameter is introduced.
@mergifyio rebase
rebase
✅ Branch has been successfully rebased
@mergifyio update
update
❌ Base branch update has failed
merge conflict between base and head err-code: FA2F6
@harpocrates Could I have a status update on this PR?