carymrobbins / intellij-haskforce

Haskell plugin for IntelliJ IDEA
http://carymrobbins.github.io/intellij-haskforce/
Apache License 2.0
485 stars 41 forks source link

ghc version conflicting for using ghc-mod into the plugin #450

Closed nhenin closed 2 years ago

nhenin commented 2 years ago

Hi, I get the following issue when configuring ghc-mod into the plugin :

ghc-mod
  Attempting to use a ghc-mod compiled with a different version of ghc:
  GHC version: '8.10.4.20210212'
  ghc-mod compiled with ghc version: '8.0.2'
  Please reconfigure ghc-mod to use a version compiled with GHC 8.10.4.20210212

ghc-mod is deprecated as well, how can I fix this issue ?