[Haskell-cafe] [Haskell] [ANNOUNCE] Haskell Language Server 1.9.0.0 released

Zubin Duggal zubin at well-typed.com
Mon Dec 26 15:10:41 UTC 2022


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20221226/f8974307/attachment.sig>


More information about the Haskell-Cafe mailing list