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: docs/support/plugin-support.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ For example, a plugin to provide a formatter which has itself been abandoned has
56
56
|`hls-explicit-record-fields-plugin`| 2 ||
57
57
|`hls-fourmolu-plugin`| 2 ||
58
58
|`hls-gadt-plugin`| 2 ||
59
-
|`hls-hlint-plugin`| 2 ||
59
+
|`hls-hlint-plugin`| 2 |9.10 [1]|
60
60
|`hls-module-name-plugin`| 2 ||
61
61
|`hls-notes-plugin`| 2 ||
62
62
|`hls-qualify-imported-names-plugin`| 2 ||
@@ -69,3 +69,5 @@ For example, a plugin to provide a formatter which has itself been abandoned has
69
69
|`hls-stan-plugin`| 3 | 9.12.2 |
70
70
|`hls-retrie-plugin`| 3 | 9.10.1, 9.12.2 |
71
71
|`hls-splice-plugin`| 3 | 9.10.1, 9.12.2 |
72
+
73
+
[1]: HLint is incompatible with GHC 9.10 series. See the issue [#4674](https://github.com/haskell/haskell-language-server/issues/4674) for discussion and explanation.
0 commit comments