Skip to content

Commit

Permalink
remove ocaml constraint (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Feb 28, 2024
1 parent 7856cb0 commit 185d697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion reason-react-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion reason-react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 185d697

Please sign in to comment.