haskell-language-server: bump default GHC version to 9.6
This commit is contained in:
parent
b3f76d0ef6
commit
4ddf5a650f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user