2.4.0.0
github-actions
released this
10 Oct 17:58
·
385 commits
to master
since this release
Binaries for this release are available at
https://downloads.haskell.org/~hls/haskell-language-server-2.4.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 Zubin Duggal <[email protected]>
(key ID 588764FBE22D19C4).
The prebuilt binaries in this release support the following GHC versions:
- 9.0.2
- 9.2.8
- 9.4.7
- 9.6.3
- 9.8.1
Changelog
- Initial support for GHC 9.8.1, without plugins dependent on
ghc-exactprint
- Fix broken Windows binaries (#3822)
Pull Requests
- Remove constraint on stm-hamt
(#3829) by @iMichka - Cleanup func-test suite
(#3828) by @fendor - Bump haskell/actions from 2.4.6 to 2.4.7 in /.github/actions/setup-build
(#3824) by @dependabot[bot] - Bump haskell/actions from 2.4.6 to 2.4.7
(#3823) by @dependabot[bot] - Release 2.3.0.0
(#3818) by @wz1000 - GHC 9.8 support
(#3727) by @wz1000