This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Haddock fails to run plugins with GHC 8.6.1 alpha #900
Open
Description
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.
clash-lang/clash-compiler@8d32505#diff-c50e1570ba401340dde73490fed2c8cdR189