Opam: add version contraint for lwt.
This commit is contained in:
parent
c5eb5bb93d
commit
96aa1aa621
@ -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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user