File tree 2 files changed +4
-8
lines changed 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ final: prev: with final; {
25
25
} ;
26
26
27
27
haskell-language-server = haskell-nix . tool compiler-nix-name "haskell-language-server" {
28
- version = "latest" ;
28
+ # XXX waiting for https://github.com/haskell/haskell-language-server/issues/3427
29
+ # before switching back to latest:
30
+ version = "1.8.0.0" ;
29
31
inherit ( cardanoNodeProject ) index-state ;
30
32
} ;
31
33
Original file line number Diff line number Diff line change @@ -83,15 +83,9 @@ in project.shellFor {
83
83
# (the default is *local* packages which includes them, we select *project* pacakges which doesn't)
84
84
packages = ps : builtins . attrValues ( haskellLib . selectProjectPackages ps ) ;
85
85
86
- tools = {
87
- haskell-language-server = {
88
- version = "latest" ;
89
- inherit ( project ) index-state ;
90
- } ;
91
- } ;
92
-
93
86
# These programs will be available inside the nix-shell.
94
87
nativeBuildInputs = with pkgs ; with haskellPackages ; with cardanoNodePackages ; [
88
+ haskell-language-server
95
89
cardano-ping
96
90
db-analyser
97
91
pkgs . graphviz
You can’t perform that action at this time.
0 commit comments