hsdev icon indicating copy to clipboard operation
hsdev copied to clipboard

hsdev "could not find module" (SublimeHaskell)

Open MT-Arnoldussen opened this issue 4 years ago • 1 comments

(i assume this is an hsdev issue and not a SublimeHaskell issue, but I am not certain)

I got SublimHaskell linting/hsdev working perfectly until I added a module to my project via Stack (ansi-terminal). stack build works fine but in SublimeText the hsdev linting produces the following error:

Error: Could not find module System.Console.ANSI`.

I tested it with another module too (math-functions), and that led to the same result, but for both modules this time. To be clear, the stack build works properly.

This is in Windows.

If I skipped some actions on my part that were supposed to tell hsdev which modules have been properly linked I apologize, I could not find any.

MT-Arnoldussen avatar Dec 12 '20 18:12 MT-Arnoldussen

Hi, hsdev is no more actively developed. You may try use haskell-ide

mvoidex avatar Jun 24 '21 17:06 mvoidex