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.
After adding stack to the shell.nix dependencies and hie to the build-tool-depends I get:
Test suite func-test: RUNNING...
Warming up HIE cache...
func-test: fd:45: hGetLine: end of file
func-test: Language server unexpectedly terminated
Test suite func-test: FAIL
The text was updated successfully, but these errors were encountered:
I did a bit of debugging on this last night: the hie instance invoked by cabal new-test :func-test isn’t able to find cabal-helper-wrapper. Oddly enough cabal new-run :func-test is.
The solution was to add cabal-helper:cabal-helper-wrapper to build-tool-depends for func-test, but then I ran into this issue with cabal haskell/cabal#6011
After adding stack to the
shell.nix
dependencies andhie
to thebuild-tool-depends
I get:The text was updated successfully, but these errors were encountered: