You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: