File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ in rec {
6262 inherit evalPackages ;
6363 src = pkgs . haskell-nix . sources . "hls-2.2" ;
6464 } ;
65- } // pkgs . lib . optionalAttrs ( ghcFromTo "9.0" "9.9 " ) {
66- "hls-28 " = tool compiler-nix-name "haskell-language-server" {
65+ } // pkgs . lib . optionalAttrs ( ghcFromTo "9.0" "9.11 " ) {
66+ "hls-29 " = tool compiler-nix-name "haskell-language-server" {
6767 inherit evalPackages ;
68- src = pkgs . haskell-nix . sources . "hls-2.8 " ;
68+ src = pkgs . haskell-nix . sources . "hls-2.9 " ;
6969 } ;
7070 } )
7171 ) ;
Original file line number Diff line number Diff line change 2424 "hls-2.6" = { url = "github:haskell/haskell-language-server/2.6.0.0" ; flake = false ; } ;
2525 "hls-2.7" = { url = "github:haskell/haskell-language-server/2.7.0.0" ; flake = false ; } ;
2626 "hls-2.8" = { url = "github:haskell/haskell-language-server/2.8.0.0" ; flake = false ; } ;
27+ "hls-2.9" = { url = "github:haskell/haskell-language-server/2.9.0.0" ; flake = false ; } ;
2728 hydra . url = "hydra" ;
2829 hackage = {
2930 url = "github:input-output-hk/hackage.nix" ;
You can’t perform that action at this time.
0 commit comments