update opam: depend on lambda-term 2

This commit is contained in:
ZAN DoYe 2019-05-17 16:50:44 +08:00
parent 3b1f930dfb
commit 91763db846
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ homepage: "https://github.com/ocaml-community/utop"
bug-reports: "https://github.com/ocaml-community/utop/issues" bug-reports: "https://github.com/ocaml-community/utop/issues"
doc: "https://ocaml-community.github.io/utop/" doc: "https://ocaml-community.github.io/utop/"
depends: [ depends: [
"ocaml" {>= "4.03.0"} "ocaml" {>= "4.03.0" & < "4.08.0"}
"base-unix" "base-unix"
"base-threads" "base-threads"
"ocamlfind" {>= "1.7.2"} "ocamlfind" {>= "1.7.2"}
"lambda-term" {>= "1.13"} "lambda-term" {>= "2.0" & < "3.0"}
"lwt" "lwt"
"lwt_react" "lwt_react"
"camomile" "camomile"