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" "hex"
"ocplib-endian" "ocplib-endian"
"re" "re"
"lwt" "lwt" { < "4" }
"zarith" "zarith"
"alcotest" { with-test } "alcotest" { with-test }
"ocp-indent" { with-test & = "1.6.1" } "ocp-indent" { with-test & = "1.6.1" }