haskell-language-server: bump default GHC version to 9.6

This commit is contained in:
Naïm Favier 2024-01-15 13:19:15 +01:00
parent b3f76d0ef6
commit 4ddf5a650f
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -8,7 +8,7 @@
# Run
# $ nix-instantiate --eval -E 'with import <nixpkgs> {}; builtins.attrNames pkgs.haskell.packages'
# to list for your nixpkgs version.
, supportedGhcVersions ? [ "94" ]
, supportedGhcVersions ? [ "96" ]
# Whether to build hls with the dynamic run-time system.
# See https://haskell-language-server.readthedocs.io/en/latest/troubleshooting.html#static-binaries for more information.