Binaries for this release are available at
https://downloads.haskell.org/~hls/haskell-language-server-2.13.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.13.0.0All of these tarballs have associated GPG signatures. The signature should be from Hannes Siebenhandl <hannes.siebenhandl@posteo.net> (key ID 9849506453CA97E75F505D054EF829564CA34FC8).
The prebuilt binaries in this release support the following GHC versions:
- 9.6.7
- 9.8.4
- 9.10.3
- 9.12.2
- 9.14.1
ChangeLog
- Last release supporting GHC 9.6
Support for GHC 9.14.1 is preliminary, some plugins are not yet support but will
be in the future.
Plugins that are expected to be supported in a later release:
hls-hlint-pluginhls-ormolu-pluginhls-fourmolu-pluginhls-stylish-haskell-plugin
Pull Requests
- 9.14 support
(#4780) by @wz1000 - Use 9.10.2 instead of 9.10.3 for CI on windows
(#4768) by @wz1000 - Disable the hlint plugin for GHC 9.10, for good
(#4767) by @fendor - Add default-extension completions in .cabal files
(#4766) by @VeryMilkyJoe - Use the
HscEnvafter summarising the module
(#4749) by @fendor - Escape dollar signs in completion snippets
(#4745) by @Soupstraw - update contributing.md, adding instructions for configuring eglot to use a hacked HLS executable.
(#4740) by @morphismz - docs(ghcide): move most of the README in hls documentation (#3639)
(#4739) by @blackheaven - haskell-language-server: add plugin-tutorial cabal flag
(#4738) by @juhp - Remove overly chatty log message
(#4737) by @fendor - Rely on gitignore to exclude listed files in ghcide (#4665)
(#4736) by @blackheaven - Bump haskell-actions/setup from 2.8.1 to 2.8.2 in /.github/actions/setup-build
(#4730) by @dependabot[bot] - Bump haskell-actions/setup from 2.8.1 to 2.8.2
(#4729) by @dependabot[bot] - Prepare release 2.12.0.0
(#4728) by @wz1000 - Use edit-distance to fix typos in cabal fields
(#4722) by @crtschin - Add code action to introduce
_in numeric literals
(#4716) by @crtschin - Add "Go to type" hyperlinks in the hover popup (like Rust has)
(#4691) by @dnikolovv - Set the XDG_CACHE_HOME for tests
(#4572) by @fendor