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.
GHC has changed so that plugins are only loaded once rather than just before each time they are used.
I suspect that Haddock needs to follow this change and explicitly loads the plugins as well.
@christiaanb suggested some code like this in a suitable place would fix things.