2.3.0.0
github-actions
released this
29 Sep 11:21
·
400 commits
to master
since this release
Binaries for this release are available at
https://downloads.haskell.org/~hls/haskell-language-server-2.3.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.2
- 9.6.3
Changelog
- Binaries for GHC 9.6.3
- Drop support for GHC 8.10
- Remove
hls-haddock-comments-plugin
,hls-stan-plugin
, andhls-tactics-plugin
- Don't suggest bogus modules names in
hls-module-name-plugin
(#3784) - Add support for external Ormolu (#3771)
- Improve refine imports behaviour for qualified imports (#3806)
Pull Requests
- Switch chat room to matrix
(#3817) by @July541 - Fix flaky hie bios test
(#3814) by @fendor - Revert "Bump actions/checkout from 3 to 4"
(#3813) by @wz1000 - Add test directories to hls-retrie-plugin
(#3808) by @Vekhir - Change refine imports behaviour for qualified imports
(#3806) by @joyfulmantis - Update links to Nix documentation
(#3805) by @maralorn - Bump actions/checkout from 3 to 4
(#3802) by @dependabot[bot] - Bump cachix/install-nix-action from 22 to 23
(#3801) by @dependabot[bot] - Add support for Fourmolu 0.14.0.0
(#3796) by @brandonchinn178 - Add code lens and fix code actions experiments
(#3791) by @joyfulmantis - Bump lsp versions in flake
(#3790) by @colonelpanic8 - Clean up Release CI
(#3787) by @fendor - Do not suggest bogus module names
(#3784) by @Bodigrim - Delete
hls-haddock-comments-plugin
,hls-stan-plugin
, andhls-tactics-plugin
(#3782) by @michaelpj - Enhance/releasing checklist
(#3781) by @fendor - Add cradle dependencies to session loading errors
(#3779) by @VeryMilkyJoe - Prepare release 2.2.0.0
(#3775) by @fendor - Add support for external Ormolu
(#3771) by @sir4ur0n - Support for resolve for class-plugin lenses
(#3769) by @joyfulmantis - Introduce declarative test project definition for plugin tests
(#3767) by @fendor - Use latest version of fourmolu possible
(#3764) by @brandonchinn178 - Drop support for GHC 8.10
(#3434) by @michaelpj