We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5156c7e commit 193d86cCopy full SHA for 193d86c
dune-project
@@ -64,4 +64,4 @@ the Why3 platform.")
64
(cmdliner (>= 1.1.0))
65
(stdlib-shims (>= 0.1.0))
66
(lwt_ppx (>= 1.0.0))
67
- (dream (>= 1.0.0~alpha1))))
+ (dream (>= 1.0.0~alpha3))))
lambdapi.opam
@@ -62,8 +62,8 @@ depends: [
62
"cmdliner" {>= "1.1.0"}
63
"stdlib-shims" {>= "0.1.0"}
"odoc" {with-doc}
- "dream" {>= "1.0.0~alpha1"}
"lwt_ppx" {>= "1.0.0"}
+ "dream" {>= "1.0.0~alpha3"}
]
68
build: [
69
["dune" "subst"] {dev}
0 commit comments