Hi! I'd like to start using plugins for an application of my own.
I tried to depend on it with GHC 9.2 as my compiler, and the following message makes me think that plugins is still trying to look up the old module hierarchy:
src/System/Plugins/LoadTypes.hs:33:1: error:
Could not find module ‘HscTypes’
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
|
33 | import HscTypes
| ^^^^^^^^^^^^^^^
You're probably busy, so would you accept a PR to fix this?
Hi! I'd like to start using
pluginsfor an application of my own.I tried to depend on it with GHC 9.2 as my compiler, and the following message makes me think that
pluginsis still trying to look up the old module hierarchy:You're probably busy, so would you accept a PR to fix this?