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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ Additionally the language server itself features,
42
42
* Supports plain GHC projects, cabal projects (sandboxed and non sandboxed) and stack projects
43
43
* Fast due to caching of compile info
44
44
45
+
## Supported GHC versions
46
+
vscode-hie-server depends on haskell-ide-engine to support different versions of GHC. At the moment of writing the following versions are supported: 8.4, 8.6 and 8.8. If your project uses any other GHC version it won't work.
47
+
45
48
## Extension Settings
46
49
47
50
You can disable HLint and also control the maximum number of reported problems,
0 commit comments