Opam: add version contraint for lwt.

This commit is contained in:
Grégoire Henry 2019-01-22 01:48:24 +01:00
parent c5eb5bb93d
commit 96aa1aa621
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -12,7 +12,7 @@ depends: [
"hex"
"ocplib-endian"
"re"
"lwt"
"lwt" { < "4" }
"zarith"
"alcotest" { with-test }
"ocp-indent" { with-test & = "1.6.1" }