-
Notifications
You must be signed in to change notification settings - Fork 206
No output on a GHC 8.6 project #969
Comments
Have you built the project from the command line before? Looks like its started the build with |
I did. It builds fine |
Looks like hie/ghc-mod is getting stuck then, is there a sample project we can try this out on? |
Building the hoogle DB didn't help. Also it doesn't seem project specific. I just made a new project ( What else can I try? |
There is a |
How can I pass in that flag? |
did you install hie via the makefile? GHC 8.6 ships with Cabal-2.4.10, and cabal-helper needs this (and cabal-install) available to use ghc-mod against a project. The makefile does this on-off install. question: does the windows make process have this? |
I'm on Windows but I used the makefile, not the PowerShell script. |
@LukaHorvat In vscode, there should be setting to "Use Custom Hie Wrapper Path". You can point that to a script that runs |
@wz1000 I've made a hiewrap.bat with
5 times. |
I think I'm facing the same issue on Archlinux. I posted details there |
I further noticed, that the test suite |
I've been periodically pulling and retrying with the latest master and I'm happy to say that as far as I can tell this is fixed! I'm going to close this issue, but if it remains broken for others feel free to reopen. |
I just built the latest master. Running
hie
in the project directory correctly runs the GHC 8.6 version which matches my project. However, using the Atom integration (or VS code for that matter), doesn't work. Neither autocompletion, or errors, or types on hover. This is the debug log outputIf I'm understanding correctly, the executable simply isn't responding. I can see the process running but it's memory usage is at 20Mb so it probably didn't load anything.
The text was updated successfully, but these errors were encountered: