Something went wrong while setting issue due date.
Failed to load interface for ‘Test.Hspec’
-
Bug description : Failed to load interface for
Test.Hspec
-
Observed behaviour :
In
Spec.hs
file, when I doimport Test.Hspec
, it shows an error. However,hspec
is in dependencies and everything builds and tests properly. It seems to be an issue of intero itself. In Emacs they solve it withintero-targets
. But here it is still annoying. -
Expected behaviour : Not to have this fake error.
-
OS: macos
-
Plugin (ghc, stack, intero and haskero) version and VSCode version used :
- ghc 8.0.1
- stack 1.3.2 x86_64 hpack-0.15.0
- Intero 0.1.20
- haskero 0.1.36
- vscode 1.9.0
-
Steps to reproduce:
- Create a test-suite for a project, import
Test.Hspec
. See the red waved underlining below theimport
.