with this setup, ghc-mod will sometimes give this error
orb ➜ git:(hermes) ✗ ghc-mod check test/MandrillResponseSpec.hs
test/MandrillResponseSpec.hs:9:18:Could not find module ‘Test.Hspec’It is a member of the hidden package ‘hspec-2.1.10@hspec_6v6j22VJyLg98uGX19QkK8’.Perhaps you need to add ‘hspec’ to the build-depends in your .cabal file.Use -v to see a list of the files searched for.
orb ➜ git:(hermes) ✗ rm -rf .stack-work/dist
orb ➜ git:(hermes) ✗ ghc-mod check test/MandrillResponseSpec.hs
hermes-0.1.0.0: configure
Configuring hermes-0.1.0.0...
@nrolland 's nostackoverride branch does not exhibit the behaviour afaict.
Not sure this is actually enough to diagnose, but here:
elided spec file:
hermes.cabal
MandrillResponse
with a window running
with this setup, ghc-mod will sometimes give this error
@nrolland 's nostackoverride branch does not exhibit the behaviour afaict.