lol

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

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