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: ghcide/src/Development/IDE/Main.hs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ data Log
149
149
| LogLspStart [PluginId]
150
150
| LogLspStartDuration!Seconds
151
151
| LogShouldRunSubset!Bool
152
-
| LogOnlyPartialGhc92Support
152
+
| LogOnlyPartialGhc94Support
153
153
| LogSetInitialDynFlagsException!SomeException
154
154
| LogServiceService.Log
155
155
| LogShakeShake.Log
@@ -173,8 +173,8 @@ instance Pretty Log where
173
173
"Started LSP server in"<+> pretty (showDuration duration)
174
174
LogShouldRunSubset shouldRunSubset ->
175
175
"shouldRunSubset:"<+> pretty shouldRunSubset
176
-
LogOnlyPartialGhc92Support->
177
-
"Currently, HLS supports GHC 9.2 only partially. See [issue #2982](https://github.com/haskell/haskell-language-server/issues/2982) for more detail."
176
+
LogOnlyPartialGhc94Support->
177
+
"Currently, HLS supports GHC 9.4 only partially. See [issue #3190](https://github.com/haskell/haskell-language-server/issues/3190) for more detail."
0 commit comments