mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -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: [
|
||||
"dune" { >= "2.0" }
|
||||
"linol" { = version }
|
||||
"lsp" { >= "1.4" & < "1.5" }
|
||||
"jsonrpc" { >= "1.4" & < "1.5" }
|
||||
"lsp" { >= "1.4" & < "1.6" }
|
||||
"jsonrpc" { >= "1.4" & < "1.6" }
|
||||
"containers" { >= "3.0" & < "4.0" }
|
||||
"lwt" { >= "5.1" & < "6.0" }
|
||||
"base-unix"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"containers" { >= "3.0" & < "4.0" }
|
||||
"yojson" { >= "1.6" }
|
||||
"logs"
|
||||
"lsp" { >= "1.4" & < "1.5" }
|
||||
"lsp" { >= "1.4" & < "1.6" }
|
||||
"ocaml" { >= "4.08" }
|
||||
"odoc" { with-doc }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue