You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
(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.
The text was updated successfully, but these errors were encountered: