We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db945e commit e67e869Copy full SHA for e67e869
flake.nix
@@ -248,6 +248,8 @@
248
ghc922Config = (import ./configuration-ghc-92.nix) { inherit pkgs inputs; };
249
250
# GHC versions
251
+ # While HLS still works fine with 8.10 GHCs, we only support the versions that are cached
252
+ # by upstream nixpkgs, which now only includes GHC version 9+
253
supportedGHCs = let
254
ghcVersion = "ghc" + (pkgs.lib.replaceStrings ["."] [""] pkgs.haskellPackages.ghc.version);
255
cases = {
0 commit comments