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
While trying to replicate this setup in an existing Stack project, I noticed stack exec sensei test/Spec.hs fails to find the test modules. Then I noticed that I didn't have a .ghci file, and copied the one in this repo, which fixed the problem.
Could you add a note in the README perhaps explaining the function of this file? I'm guessing the following line is important and tells ghci to look in both the src and test directories for modules:
:set -isrc -itest
The text was updated successfully, but these errors were encountered:
While trying to replicate this setup in an existing Stack project, I noticed
stack exec sensei test/Spec.hs
fails to find the test modules. Then I noticed that I didn't have a.ghci
file, and copied the one in this repo, which fixed the problem.Could you add a note in the README perhaps explaining the function of this file? I'm guessing the following line is important and tells ghci to look in both the src and test directories for modules:
The text was updated successfully, but these errors were encountered: