Skip to content

Commit

Permalink
allow 5.4 in opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Oct 19, 2024
1 parent 157233f commit 5a0c4b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(ocaml
(and
(>= "4.06")
(< "5.3")))
(< "5.4")))
(ocamlfind :build)
(dune-build-info
(>= 2.9.3))
Expand All @@ -57,7 +57,7 @@
(ocaml
(and
(>= "4.06")
(< "5.3")))
(< "5.4")))
(reason
(= :version))
(utop
Expand Down
2 changes: 1 addition & 1 deletion reason.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ homepage: "https://reasonml.github.io/"
bug-reports: "https://github.com/reasonml/reason/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.06" & < "5.3"}
"ocaml" {>= "4.06" & < "5.4"}
"ocamlfind" {build}
"dune-build-info" {>= "2.9.3"}
"menhir" {>= "20180523"}
Expand Down
2 changes: 1 addition & 1 deletion rtop.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage: "https://reasonml.github.io/"
bug-reports: "https://github.com/reasonml/reason/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.06" & < "5.3"}
"ocaml" {>= "4.06" & < "5.4"}
"reason" {= version}
"utop" {>= "2.0"}
"cppo"
Expand Down

0 comments on commit 5a0c4b1

Please sign in to comment.