Skip to content

Commit

Permalink
update version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jun 28, 2022
1 parent 2cb5886 commit c60801c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
11 changes: 9 additions & 2 deletions reason.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/reasonml/reason.git"
},
"dependencies": {
"ocaml": " >= 4.2.0 < 4.15.0",
"ocaml": ">= 4.2.0 < 5.1.0",
"@opam/fix": "*",
"@opam/ocamlfind": "*",
"@opam/menhir": " >= 20180523.0.0",
Expand All @@ -22,6 +22,13 @@
"ocaml": "~4.12.0"
},
"esy": {
"build": [["dune", "build", "-p", "reason"]]
"build": [
[
"dune",
"build",
"-p",
"reason"
]
]
}
}
4 changes: 2 additions & 2 deletions reason.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.03" & < "4.15"}
"dune" {>= "1.4"}
"ocaml" {>= "4.03" & < "5.1"}
"dune" {>= "2.3"}
"ocamlfind" {build}
"menhir" {>= "20180523"}
"merlin-extend" {>= "0.6"}
Expand Down
9 changes: 7 additions & 2 deletions rtop.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@
"@opam/dune": "2.9.3",
"@opam/reason": "^3.8.0",
"@opam/utop": " >= 1.17.0",
"ocaml": ">= 4.2.0 < 4.14.0"
"ocaml": ">= 4.2.0 < 5.1.0"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.12.0"
},
"esy": {
"build": [
[ "dune", "build", "-p", "rtop"]
[
"dune",
"build",
"-p",
"rtop"
]
]
}
}
4 changes: 2 additions & 2 deletions rtop.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.02" & < "4.15"}
"dune" {>= "1.4"}
"ocaml" {>= "4.03" & < "5.1"}
"dune" {>= "2.3"}
"reason" {=version}
"utop" {>= "2.0"}
]
Expand Down

0 comments on commit c60801c

Please sign in to comment.