File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/haskell-language-server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 project = haskell-nix . cabalProject' {
44 inherit compiler-nix-name evalPackages ;
55 name = "haskell-language-server" ;
6- src = haskell-nix . sources . "hls-2.8" ;
7- configureArgs = "--disable-benchmarks --disable-tests" ;
6+ src = haskell-nix . sources . "hls-2.9" ;
87 } ;
98in recurseIntoAttrs {
109 ifdInputs = {
@@ -16,5 +15,6 @@ in recurseIntoAttrs {
1615 meta . disabled =
1716 stdenv . hostPlatform != stdenv . buildPlatform
1817 || __compareVersions buildPackages . haskell-nix . compiler . ${ compiler-nix-name } . version "9.0.1" < 0
19- || __compareVersions buildPackages . haskell-nix . compiler . ${ compiler-nix-name } . version "9.9.0" >= 0 ;
18+ || __compareVersions buildPackages . haskell-nix . compiler . ${ compiler-nix-name } . version "9.11.0" >= 0
19+ || compiler-nix-name == "ghc983" ;
2020}
You can’t perform that action at this time.
0 commit comments