File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,15 @@ in rec {
56
56
inherit evalPackages ;
57
57
} ;
58
58
} // pkgs . lib . optionalAttrs ( __compareVersions haskell . compiler . ${ compiler-nix-name } . version "9.6" < 0 ) {
59
- hls-latest = tool compiler-nix-name "haskell-language-server" {
59
+ " hls-110" = tool compiler-nix-name "haskell-language-server" {
60
60
inherit evalPackages ;
61
61
src = pkgs . haskell-nix . sources . "hls-1.10" ;
62
62
} ;
63
+ } // {
64
+ "hls-20" = tool compiler-nix-name "haskell-language-server" {
65
+ inherit evalPackages ;
66
+ src = pkgs . haskell-nix . sources . "hls-2.0" ;
67
+ } ;
63
68
} )
64
69
) ;
65
70
Original file line number Diff line number Diff line change 13
13
flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix" ; flake = false ; } ;
14
14
flake-utils = { url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs" ; } ;
15
15
"hls-1.10" = { url = "github:haskell/haskell-language-server/1.10.0.0" ; flake = false ; } ;
16
+ "hls-2.0" = { url = "github:haskell/haskell-language-server/2.0.0.0" ; flake = false ; } ;
16
17
hydra . url = "hydra" ;
17
18
hackage = {
18
19
url = "github:input-output-hk/hackage.nix" ;
Original file line number Diff line number Diff line change 89
89
"ghc8101" "ghc8102" "ghc8103" "ghc8104" "ghc8105" "ghc8106" "ghc8107" "ghc810420210212"
90
90
] ) [
91
91
( fromUntil "1.7.0.0" "1.8.0.0" ../patches/ghcide-1.7-unboxed-tuple-fix-issue-1455.patch )
92
- ( fromUntil "1.8.0.0" "1.11 .0.0" ../patches/ghcide-1.8-unboxed-tuple-fix-issue-1455.patch )
92
+ ( fromUntil "1.8.0.0" "2.1 .0.0" ../patches/ghcide-1.8-unboxed-tuple-fix-issue-1455.patch )
93
93
]
94
94
# This is needed for a patch only applied to ghc810420210212
95
95
++ pkgs . lib . optional ( __elem config . compiler . nix-name [
You can’t perform that action at this time.
0 commit comments