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.
I have a module where the code does not rely on
-XMagicHash, but the haddock comments do (eg-- | See 'foo#' for more details).cabal haddockdoesn't resolve those names unless I add a-XMagicHashto the compilation. Thus, I'd prefer to write:so that
haddockwould itself add-XMagicHashwhen processing the module. Thanks!