We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdb46f commit a97861fCopy full SHA for a97861f
test/haskell-language-server/cabal.nix
@@ -15,6 +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.8.1" < 0
19
|| __compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.9.0" >= 0;
20
}
0 commit comments