Skip to content

Commit

Permalink
Fix HLS test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Oct 30, 2024
1 parent 0f0a5fb commit 9ea5cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/haskell-language-server/cabal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ let
project = haskell-nix.cabalProject' {
inherit compiler-nix-name evalPackages;
name = "haskell-language-server";
src = haskell-nix.sources."hls-2.8";
configureArgs = "--disable-benchmarks --disable-tests";
src = haskell-nix.sources."hls-2.9";
};
in recurseIntoAttrs {
ifdInputs = {
Expand All @@ -16,5 +15,6 @@ in recurseIntoAttrs {
meta.disabled =
stdenv.hostPlatform != stdenv.buildPlatform
|| __compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.0.1" < 0
|| __compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.9.0" >= 0;
|| __compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.11.0" >= 0
|| compiler-nix-name == "ghc983";
}

0 comments on commit 9ea5cb6

Please sign in to comment.