ide-haskell-hie icon indicating copy to clipboard operation
ide-haskell-hie copied to clipboard

Plugin throws this Error, any ideas?

Open georgreen opened this issue 6 years ago • 1 comments

screen shot 2018-09-16 at 20 40 14

georgreen avatar Sep 16 '18 18:09 georgreen

The first two are configuration issues. You need a version of HIE that was compiled using the same version of GHC as you are using. Your project is using an old GHC: either upgrade your project or compile HIE with GHC 8.0.1.

The second: go read the referenced doc.

The third: look at your files factorial.hs and helloworld.hs. If they both have "main" functions then that is the problem.

PaulJohnson avatar Apr 07 '20 12:04 PaulJohnson