mpickering/ghcide

Multi component: PackageImports do not work

Closed this issue · 2 comments

The module finding code is hard-wired to look in only external packages if you use package imports.

It looks like it might be possible to trick GHC by injecting some entries into the ModuleToPkgConfAll map.

This is something @fendor will need to fix upstream this summer.

Test case: generic-lens.

Branch with a fix is wip/package-imports

Now in hls branch.