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.
I've tried running hie-wrapper with the --debug and --vomit arguments but I wasn't able to glean any information from that. If you would like those verbose logs then let me know and I can post them here.
The text was updated successfully, but these errors were encountered:
Hi there I'm having some issues getting haskell-ide-engine to work correctly in
neovim
(I'm usingCoc
).I had everything working at one point but I believe that since I started using multiple versions of
hie
I have had problems.The main issues are that the hover action hangs (
Coc
throws a timeout error) and that the linting errors are not appearing in my editor any longer.Versions:
hie-8.6.4
(installed via stack withstack ./install.hs stack-hie-8.6.4
&&stack ./install.hs stack-build-data
)Looking at
CocInfo
when I open a Haskell file shows the following info fromhie-wrapper
:I'm not sure why the
Cabal-Helper
dirs includes a file calledFile.hs
which doesn't exist?The relevant part of my Coc config:
I've tried running
hie-wrapper
with the--debug
and--vomit
arguments but I wasn't able to glean any information from that. If you would like those verbose logs then let me know and I can post them here.The text was updated successfully, but these errors were encountered: