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: ChangeLog.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -306,15 +306,15 @@ We have finally released a new version of Haskell Language Server!
306
306
Thanks for all contributors, many bugs has been fixed, and many features has landed.
307
307
Here are the summary of changes:
308
308
309
-
- Basic support for GHC 9.0.1 is added.
309
+
- Basic support for GHC 9.0.1 is added.
310
310
It does not support all plugins yet, but core GHCIDE features will work. For the detailed information that which plugins work, please refer [this list](https://github.com/haskell/haskell-language-server/issues/297#issuecomment-855522891).
311
-
- Support for GHC 8.10.5 is added.
311
+
- Support for GHC 8.10.5 is added.
312
312
Note that macOS version is unfortunately not included in this release because of [a GHC issue with `network` package](https://gitlab.haskell.org/ghc/ghc/-/issues/19968).
313
-
- HLS wrapper and GHCIDE session loader uses the same logic with implicit-hie.
313
+
- HLS wrapper and GHCIDE session loader uses the same logic with implicit-hie.
314
314
This fixes [a build issue](https://github.com/haskell/haskell-language-server/issues/1782) of a stack project with implicit `hie.yaml` .
315
315
- Wingman plugin has added numerous features and fixed many bugs:
316
-
- It now supports tactic metaprogramming!
317
-
For list of commands, see [this document](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-tactics-plugin/COMMANDS.md#wingman-metaprogram-command-reference).
316
+
- It now supports tactic metaprogramming!
317
+
For list of commands, see [this document](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-tactics-plugin/COMMANDS.md#wingman-metaprogram-command-reference).
0 commit comments