mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 11:15:46 -05:00
relax constraints on lsp
This commit is contained in:
parent
2a3c815a08
commit
e77fded638
2 changed files with 3 additions and 3 deletions
|
|
@ -13,8 +13,8 @@ build: [
|
||||||
depends: [
|
depends: [
|
||||||
"dune" { >= "2.0" }
|
"dune" { >= "2.0" }
|
||||||
"linol" { = version }
|
"linol" { = version }
|
||||||
"lsp" { >= "1.4" & < "1.5" }
|
"lsp" { >= "1.4" & < "1.6" }
|
||||||
"jsonrpc" { >= "1.4" & < "1.5" }
|
"jsonrpc" { >= "1.4" & < "1.6" }
|
||||||
"containers" { >= "3.0" & < "4.0" }
|
"containers" { >= "3.0" & < "4.0" }
|
||||||
"lwt" { >= "5.1" & < "6.0" }
|
"lwt" { >= "5.1" & < "6.0" }
|
||||||
"base-unix"
|
"base-unix"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ depends: [
|
||||||
"containers" { >= "3.0" & < "4.0" }
|
"containers" { >= "3.0" & < "4.0" }
|
||||||
"yojson" { >= "1.6" }
|
"yojson" { >= "1.6" }
|
||||||
"logs"
|
"logs"
|
||||||
"lsp" { >= "1.4" & < "1.5" }
|
"lsp" { >= "1.4" & < "1.6" }
|
||||||
"ocaml" { >= "4.08" }
|
"ocaml" { >= "4.08" }
|
||||||
"odoc" { with-doc }
|
"odoc" { with-doc }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue