2.2.0.0
github-actions
released this
29 Aug 11:20
·
423 commits
to master
since this release
Binaries for this release are available at
https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/.
These binaries can be installed using GHCup or the Haskell VSCode extension.
All of these tarballs have associated GPG signatures. The signature should be from Hannes Siebenhandl hannes.siebenhandl@posteo.net (key ID 9849506453CA97E75F505D054EF829564CA34FC8).
ChangeLog
- Binaries for GHC 9.4.7
- This is the last release that supports GHC 8.10.7
- Forward compatibility with latest VSCode client changes
- The following plugins will be removed after this release:
- wingman
- haddock-comments
- stan
Pull Requests
- Adapt to lsp changes for workspace/configuration
(#3773) by @michaelpj - Rework "Configuration" and "Manually testing HLS" documentations
(#3772) by @sir4ur0n - Fix
main-is
completion suggestions not being relative tohs-source-dirs
(#3766) by @VeryMilkyJoe - Remove suggestion of stanzas inside of stanza context
(#3761) by @VeryMilkyJoe - Pedantic ghcide
(#3751) by @joyfulmantis - Fix #3574 and support resolve in explicit records
(#3750) by @joyfulmantis