2.5.0.0
github-actions
released this
01 Dec 13:30
·
357 commits
to master
since this release
Binaries for this release are available at
https://downloads.haskell.org/~hls/haskell-language-server-2.5.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.8.yaml install hls 2.5.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.2.8
- 9.4.8
- 9.6.3
- 9.8.1
Changelog
- Bindists for GHC 9.4.8
- Drop support for GHC 9.0
- Re-add stan plugin
- Load default operator fixities in Fourmolu plugin
Pull Requests
- Drop support for GHC 9.0
(#3875) by @michaelpj - Fix support tables
(#3874) by @michaelpj - Prefer hls-test-utils functions over code duplication
(#3870) by @fendor - Make sure running tests locally pick up the correct cradle type
(#3869) by @fendor - Some versions of stylish-haskell do need the ghc-lib flag
(#3868) by @michaelpj - Remove head.hackage
(#3867) by @wz1000 - Load default operator fixities in Fourmolu plugin non-CLI mode
(#3855) by @georgefst - Fix #3847
(#3854) by @BurningLutz - Re-add hls-stan-plugin
(#3851) by @0rphee - Bump fkirc/skip-duplicate-actions from 5.3.0 to 5.3.1
(#3850) by @dependabot[bot] - Merge definitions from all plugins for Document(Type)Definition message
(#3846) by @JiriLojda - Simplify cabal.project
(#3836) by @michaelpj - Set the root for tests to the test directory
(#3830) by @fendor - Reduce Nix support
(#3804) by @michaelpj