fix opam file for linol-lwt

This commit is contained in:
Simon Cruanes 2021-06-01 19:48:20 -04:00
parent 995d0defa2
commit 0a26367afb

View file

@ -13,8 +13,8 @@ build: [
depends: [
"dune" { >= "2.0" }
"linol" { = version }
"lsp" { >= "1.6" & < "1.7" }
"jsonrpc" { >= "1.6" & < "1.7" }
"lsp" { >= "1.4" & < "1.6" }
"jsonrpc" { >= "1.4" & < "1.6" }
"lwt" { >= "5.1" & < "6.0" }
"base-unix"
"yojson" { >= "1.6" }