Skip to content

2.10.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 09:43
· 15 commits to master since this release

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

All of these tarballs have associated GPG signatures. The signature should be from Hannes Siebenhandl <[email protected]> (key ID 9849506453CA97E75F505D054EF829564CA34FC8).

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

  • 9.4.8
  • 9.6.7
  • 9.8.4
  • 9.10.1
  • 9.12.2

ChangeLog

  • Jump to Implementation LSP request
    • Jump to the implementation of typeclass methods
  • hls-cabal-plugin features
    • Support for cabal-add
    • Goto Definition for common sections
    • Outline of .cabal files
  • Fix handling of LSP resolve requests
  • Display Inlay Hints
    • Records
    • Imports

Pull Requests