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 Oct 7, 2020. It is now read-only.
The original idea was to keep hie-plugin-apilightweight, as just types, so that different projects could expose a PluginDescriptor as part of their normal publishing to hackage.
But it looks like hie-plugin-api is going to grow quite big, as we start putting utility stuff into it, in which case we may as well push the monad definition into it. Or at least the type for it.
This means that anything exposing a plugin will need ghc-mod, ghc and various other packages.