You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
At work we fail the build on Haddock warnings. We use a global list of symbols to pass to Haddock via --ignore-link-symbol, but it would be very helpful if there were a way to say that we want to ignore-link-symbol in the module that defines the symbol that is intentionally not exported.
The most obvious way to do this is to allow something like {-# OPTIONS_HADDOCK ignore-link-symbols=A.B,A.C #-} (although maybe there are others). It would also be nice if the symbols didn't have to be qualified (if they're not, they're assumed to be from the current module.