Open
Description
Hello, I am having trouble with erroneous error messages from the linter.
The steps I have taken are:
- Created a new Haskell Stack project with
stack new <project-name>
- Used
stack setup
- Created a function in Lib.hs and then used that function in Main.hs
Below are screenshots of the error I see.
Whenever I use stack run
, the program compiles and runs as expected.