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 3
3
project = haskell-nix . cabalProject' {
4
4
inherit compiler-nix-name evalPackages ;
5
5
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" ;
8
7
} ;
9
8
in recurseIntoAttrs {
10
9
ifdInputs = {
@@ -16,5 +15,6 @@ in recurseIntoAttrs {
16
15
meta . disabled =
17
16
stdenv . hostPlatform != stdenv . buildPlatform
18
17
|| __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" ;
20
20
}
You can’t perform that action at this time.
0 commit comments