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
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
First of all, thanks a lot for HIE that is now my Haskell engine in VSC.
Here is an issue I observe when I have project with a main source directory + a test one.
Summary
I have a project built with several targets (library, executable, test-suite).
The "main" sources are in src, while the tests are in test.
All is ok with the source files but on test files modules are not found.
How to reproduce
git clone https://github.com/pascalpoizat/veca-haskell
cd veca-haskell
gco multiple-component-instances
open . -a Visual\ Studio\ Code
Then in VSC open any file in the test directory (eg EventsTests.hs).
There is an error on the two Tasty imports.
[ghcmod]
Could not find module ‘Test.Tasty’
Use -v to see a list of the files searched for.