Skip to content

Commit e67e869

Browse files
smunixmichaelpj
andauthored
Update flake.nix
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent 2db945e commit e67e869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@
248248
ghc922Config = (import ./configuration-ghc-92.nix) { inherit pkgs inputs; };
249249

250250
# 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+
251253
supportedGHCs = let
252254
ghcVersion = "ghc" + (pkgs.lib.replaceStrings ["."] [""] pkgs.haskellPackages.ghc.version);
253255
cases = {

0 commit comments

Comments
 (0)