mpickering / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Update hie-plugin-api for use with HaRe #61

Closed alanz closed 4 years ago

alanz commented 4 years ago

This removes runIdeGhcMBare and runWithContext.

At least one of the HaRe tests runs, able to load a file using hie-bios.

So it is a matter of fixing the rest now.

And coming up with a way of requesting the module graph of a project, to know which modules anywhere in a project are importing the module being refactored.