Skip to content

Commit 9ea5cb6

Browse files
committed
Fix HLS test
1 parent 0f0a5fb commit 9ea5cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/haskell-language-server/cabal.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ let
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
};
98
in 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
}

0 commit comments

Comments
 (0)