rikvdkleij / intellij-haskell

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

Error while calling hlint #363

Closed normenmueller closed 5 years ago

normenmueller commented 5 years ago

After the update to 1.0.0-beta37 I get the following error when initiating "GoTo":

Error while calling hlint: Warning: Can't find file "MachDeps.h" in directories
/Users/nrm/Sources/MDPM/learning/haskell/misc/scratch/lib/base-4.12.0.0/GHC
.
Asked for by: /Users/nrm/Sources/MDPM/learning/haskell/misc/scratch/lib/base-4.12.0.0/GHC/Base.hs  at line 109 col 1
rikvdkleij commented 5 years ago

There is no relation between a GoTo action and Hlint. This is a Hlint issue.

normenmueller commented 5 years ago

Ah. OK. So let's close this one.