We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03c9df9 + f967460 commit 2544ecfCopy full SHA for 2544ecf
coq-lsp.opam
@@ -19,7 +19,8 @@ doc: "https://ejgallego.github.io/coq-lsp/"
19
20
depends: [
21
"ocaml" { >= "4.11.0" }
22
- "dune" { >= "3.6.1" & < "3.8.0" } # This is 3.2.0 for non-composed builds
+ "dune" { >= "3.13.0" } # Version interval [3.8-3.12] was
23
+ # broken for composed builds with Coq
24
25
# lsp dependencies
26
"cmdliner" { >= "1.1.0" }
0 commit comments