-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels