Haskell Language Server 2.11.0.0 is now available

Binaries for this release are available at
Index of /~hls/haskell-language-server-2.11.0.0/.

These binaries can be installed using GHCup, using the vanilla metadata channel.

ghcup --url-source=https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-vanilla-0.0.9.yaml install hls 2.11.0.0

All of these tarballs have associated GPG signatures. The signature should be from Zubin Duggal <zubin@well-typed.com> (key ID 588764FBE22D19C4).

The prebuilt binaries in this release support the following GHC versions:

  • 9.4.8
  • 9.6.7
  • 9.8.4
  • 9.10.2
  • 9.12.2

Changelog

  • Bindists for GHC 9.12.2
    • Full plugin support, inlcuding refactor plugin
  • Bindists for GHC 9.10.2
  • Bindists for GHC 9.8.4
  • Bindists for GHC 9.6.7
  • Bindists for GHC 9.4.8
  • Dropped support for Centos 7 as this platform is no longer supported by ghc
  • Improved import suggestions for contructors and OverloadedRecordDot fields
32 Likes

With some delay due to ZuriHac and vacation, this is now available in GHCup default channel too.

9 Likes

generally the latest hls has also been the recommended one as well, is there a reason it is not so this time ?

I don’t think that has always been the case.

GHCup default channel is conservative, so we usually wait a couple weeks before bumping in case some severe deficiency is detected.

2 Likes

I’m away, hence late to the party here, but I’m stoked to see full plugin support. Thanks to everyone who contributed!

1 Like