
Binaries for this release are available at https://downloads.haskell.org/~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](https://www.haskell.org/ghcup/) or version [2.0.0 and above](https://github.com/haskell/vscode-haskell/releases) 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.8 and GHC 8.10. - 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 https://github.com/haskell/haskell-language-server/releases/tag/1.9.0.0