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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1022,6 +1022,7 @@ This version uses `lsp-1.2.0`, `hls-plugin-api-1.1.0`, and `ghcide-1.2.0.2`.
1022
1022
This is the celebratory release of Haskell Language Server 1.0.0!
1023
1023
This release includes a lot of internal changes, bug fixes, leaks plugged, and performance improvements, thanks to all our contributors.
1024
1024
Among others,
1025
+
1025
1026
- We added the support for GHC 8.10.4, and removed the support for GHC 8.10.1
1026
1027
Afterward, we will support upmost 3 patch versions for each minor version of GHC, if no special situation happens.
1027
1028
- As by hie-bios >= 0.7.3, we use (`${XDG_CACHE_HOME}`)[https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html]`/hie-bios/...` (or similar depends on OS) as a build directory for Cabal.
@@ -1205,7 +1206,7 @@ Among others,
1205
1206
([#1266](https://github.com/haskell/haskell-language-server/pull/1266)) by @pepeiborra
1206
1207
- ghcide: Implements a CodeAction to disambiguate ambiguous symbols
1207
1208
([#1264](https://github.com/haskell/haskell-language-server/pull/1264)) by @konn
1208
-
-Doctest comment parsing using module annotations in Eval Plugin
1209
+
- Doctest comment parsing using module annotations in Eval Plugin
1209
1210
([#1232](https://github.com/haskell/haskell-language-server/pull/1232)) by @konn
1210
1211
- Apply some hlint suggestions, silence some others.
1211
1212
([#1227](https://github.com/haskell/haskell-language-server/pull/1227)) by @peterwicksstringfield
@@ -1406,7 +1407,6 @@ And remember, we have a new brand logo, courtesy of @Ailrun :slightly_smiling_fa
1406
1407
- ghcide lives now directly in this repository
1407
1408
- the test suite has been cleaned and improved (continuing the work done in 0.7.0)
1408
1409
1409
-
1410
1410
Thanks to all contributors and happy new year!
1411
1411
1412
1412
### Pull requests merged for 0.8.0
@@ -1660,7 +1660,7 @@ There's also plenty of bug fixes, improvements and updates to the underlying too
1660
1660
If you're eager to try all this out, haskell-language-server is now also installable via [ghcup](https://www.haskell.org/ghcup/):
0 commit comments