Skip to content

2.11.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 09:55
· 11 commits to master since this release

Binaries for this release are available at
https://downloads.haskell.org/~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

Pull Requests