atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

Unable to find way to disable ghc-modi #78

Closed ianbamforth closed 9 years ago

ianbamforth commented 9 years ago

Error message says ghc-modi failed with error:

NG_BUG: GMEIOException /some/path/setup-config: hGetContents: invalid argument (invalid byte sequence). You can disable ghc-modi in Settings | Haskell

It helpfully links to the Settings / Haskell dialog, but there's no option there to disable ghc-modi.

IDEA 14.0.3, haskell-idea-plugin 0.4.1, Ubuntu 14.04

atsky commented 9 years ago

To disable ghc-mod uncheck "Use ghc-mod automatic check (turn off if you have problems with ghc-mod)"

atsky commented 9 years ago

Also install new version of ghc-mod this should resolve this problem see #75