Commit 4474ac7 1 parent 34eae5c commit 4474ac7 Copy full SHA for 4474ac7
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
( ocaml
35
35
( and
36
36
( >= " 4.03" )
37
- ( < " 5.2 " ) ) )
37
+ ( < " 5.3 " ) ) )
38
38
( ocamlfind :build )
39
39
( dune-build-info
40
40
( >= 2 .9.3) )
56
56
( ocaml
57
57
( and
58
58
( >= " 4.03" )
59
- ( < " 5.2 " ) ) )
59
+ ( < " 5.3 " ) ) )
60
60
( reason
61
61
( = :version ) )
62
62
( utop
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ homepage: "https://reasonml.github.io/"
16
16
bug-reports: "https://github.com/reasonml/reason/issues"
17
17
depends: [
18
18
"dune" {>= "2.9"}
19
- "ocaml" {>= "4.03" & < "5.2 "}
19
+ "ocaml" {>= "4.03" & < "5.3 "}
20
20
"ocamlfind" {build}
21
21
"dune-build-info" {>= "2.9.3"}
22
22
"menhir" {>= "20180523"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ homepage: "https://reasonml.github.io/"
14
14
bug-reports: "https://github.com/reasonml/reason/issues"
15
15
depends: [
16
16
"dune" {>= "2.9"}
17
- "ocaml" {>= "4.03" & < "5.2 "}
17
+ "ocaml" {>= "4.03" & < "5.3 "}
18
18
"reason" {= version}
19
19
"utop" {>= "2.0"}
20
20
"odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments