Binaries for this release are available at Index of /~hls/haskell-language-server-1.9.0.0/
The prebuilt binaries in this release support the following GHC versions:
- 8.10.7
- 9.0.2
- 9.2.5
- 9.4.3
- 9.4.4
These binaries can be installed using GHCup or version 2.0.0 and above of the VSCode extension.
Changelog
- Binaries for GHC 9.4.3, GHC 9.4.4 and GHC 9.2.5.
- Dropped support for GHC 8.6 and GHC 8.8.
- New plugins including:
- Expanding record wild cards using hls-explicit-record-fields-plugin (#3304).
- Formatting cabal fields using cabal-fmt via hls-cabal-fmt-plugin (#2047).
- Warnings and errors for cabal files using hls-cabal-plugin (#2954).
- Folding ranges using hls-code-range-plugin (#3058).
- Support for many plugins like the refactor, splice, retrie, gadt, hlint, fourmolu and class plugins.
- Completion for record dot fields (#3080).
- Performance and memory usage improvements.
- And many more bug fixes and improvements!
For the full release notes, see Release 1.9.0.0 · haskell/haskell-language-server · GitHub