diff --git a/dune-project b/dune-project index 668aee343..56818434a 100644 --- a/dune-project +++ b/dune-project @@ -33,10 +33,7 @@ (description "ReasonReact helps you use Reason to build React components with deeply integrated, strong, static type safety.\n\nIt is designed and built by people using Reason and React in large, mission critical production React codebases.") (depends - (ocaml - (and - (>= 5.1.1) - (< 5.2.0))) + ocaml (melange (>= 3.0.0)) (reason-react-ppx @@ -58,10 +55,7 @@ (synopsis "React.js JSX PPX") (description "ReasonReact JSX PPX") (depends - (ocaml - (and - (>= 5.1.1) - (< 5.2.0))) + ocaml (reason (>= 3.10.0)) (ppxlib diff --git a/reason-react-ppx.opam b/reason-react-ppx.opam index 6c8703246..c958e855d 100644 --- a/reason-react-ppx.opam +++ b/reason-react-ppx.opam @@ -15,7 +15,7 @@ doc: "https://reasonml.github.io/reason-react" bug-reports: "https://github.com/reasonml/reason-react/issues" depends: [ "dune" {>= "3.9"} - "ocaml" {>= "5.1.1" & < "5.2.0"} + "ocaml" "reason" {>= "3.10.0"} "ppxlib" {>= "0.28.0"} "merlin" {= "4.13.1-501" & with-test} diff --git a/reason-react.opam b/reason-react.opam index b614954e1..97f9d41ad 100644 --- a/reason-react.opam +++ b/reason-react.opam @@ -18,7 +18,7 @@ doc: "https://reasonml.github.io/reason-react" bug-reports: "https://github.com/reasonml/reason-react/issues" depends: [ "dune" {>= "3.9"} - "ocaml" {>= "5.1.1" & < "5.2.0"} + "ocaml" "melange" {>= "3.0.0"} "reason-react-ppx" {= version} "reason" {>= "3.10.0"}