This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
failing to recognize some modules #1069
Open
Description
I'm using hie from inside vim and for the most part it seems to be working. However at least one module (Data.Aeson) is not being recognized. Autocomplete does not show this module as an option when I type it in and the editor shows an error saying that the module does not exist: "LSP: Could not find module Data.Aeson. Perhaps you meant Data.Version..."
I know the module is there because I can compile the file just fine.