Skip to content

Commit 5cd0660

Browse files
committed
fix melange dep
1 parent 77b1bfb commit 5cd0660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reason-react.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bug-reports: "https://github.com/reasonml/reason-react/issues"
1919
depends: [
2020
"dune" {>= "3.9"}
2121
"ocaml"
22-
"melange" {>= "3.0.0" | = "5.0.0-52" & with-test}
22+
"melange" {(>= "3.0.0" & !with-test) | (= "5.0.0-52" & with-test)}
2323
"reason-react-ppx" {= version}
2424
"reason" {>= "3.12.0"}
2525
"ocaml-lsp-server" {with-dev-setup}

0 commit comments

Comments
 (0)