We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c7324 commit 1135943Copy full SHA for 1135943
test/haskell-language-server/cabal.nix
@@ -15,5 +15,6 @@ in recurseIntoAttrs {
15
# hls does not need to be cross compiled.
16
meta.disabled =
17
stdenv.hostPlatform != stdenv.buildPlatform
18
- || __compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.0.1" < 0;
+ || __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;
20
}
0 commit comments