Skip to content

Commit 5156c7e

Browse files
committed
opam: add lower bounds for lwt_ppx and dream
1 parent 5faeb38 commit 5156c7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ the Why3 platform.")
6363
(yojson (>= 1.6.0))
6464
(cmdliner (>= 1.1.0))
6565
(stdlib-shims (>= 0.1.0))
66-
lwt_ppx
67-
dream))
66+
(lwt_ppx (>= 1.0.0))
67+
(dream (>= 1.0.0~alpha1))))

lambdapi.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ depends: [
6262
"cmdliner" {>= "1.1.0"}
6363
"stdlib-shims" {>= "0.1.0"}
6464
"odoc" {with-doc}
65-
"dream"
66-
"lwt_ppx"
65+
"dream" {>= "1.0.0~alpha1"}
66+
"lwt_ppx" {>= "1.0.0"}
6767
]
6868
build: [
6969
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)