Skip to content

Commit 9e70753

Browse files
committed
opam: depend on js_of_ocaml < 6.0.0
1 parent b5a8e41 commit 9e70753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eliom.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"ocamlfind"
2323
"ppx_deriving"
2424
"ppxlib" {>= "0.15.0"}
25-
"js_of_ocaml-compiler" {>= "5.5.0"}
25+
"js_of_ocaml-compiler" {>= "5.5.0" & < "6.0.0"}
2626
"js_of_ocaml" {>= "5.5.0"}
2727
"js_of_ocaml-lwt" {>= "5.5.0"}
2828
"js_of_ocaml-ocamlbuild" {build}

0 commit comments

Comments
 (0)