rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

Access violation when building Haskell Tools #592

Closed TranHHoang closed 4 years ago

TranHHoang commented 4 years ago

Hi, I tried to install Intellij-Haskell plugin on IntelliJ 2020.1 (Windows 10), but the Hoogle and HLint were not working. I turned on the Haskell Log and saw that when trying to build Haskell tools, the compilation failed with "access violation" error.

I think because this plugin uses lts-16.6 (which is the issue of ghc-8.8.3, already addressed here).

Any solution for this issue? Thanks.

rikvdkleij commented 4 years ago

Thanks for reporting!

You.can build the Haskell tools yourself and configure their paths in Haskell Settings.

TranHHoang commented 4 years ago

I will try, thanks. Hope to see it fixed in the next release!

rikvdkleij commented 4 years ago

Please reopen if still an issue.