Skip to content

Commit 156e581

Browse files
committed
Restore significant whitespaces
1 parent 53b240a commit 156e581

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ChangeLog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,15 @@ We have finally released a new version of Haskell Language Server!
306306
Thanks for all contributors, many bugs has been fixed, and many features has landed.
307307
Here are the summary of changes:
308308

309-
- Basic support for GHC 9.0.1 is added.
309+
- Basic support for GHC 9.0.1 is added.
310310
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.
312312
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.
314314
This fixes [a build issue](https://github.com/haskell/haskell-language-server/issues/1782) of a stack project with implicit `hie.yaml` .
315315
- 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).
318318
![https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-tactics-plugin/COMMANDS.md#wingman-metaprogram-command-reference](https://user-images.githubusercontent.com/307223/118190278-bdf24f80-b3f7-11eb-8838-b08a2582d7f1.gif)
319319
- "Refine hole" and "Split all function arguments" code actions are publicly opened.
320320
- "Empty case split" code lens is added.

0 commit comments

Comments
 (0)