Skip to content

Commit 9d362cd

Browse files
authored
Set upper bound on OCaml compiler version in flow_parser 0.246.0
1 parent 0f2d53f commit 9d362cd

File tree

1 file changed

+1
-1
lines changed
  • packages/flow_parser/flow_parser.0.246.0

1 file changed

+1
-1
lines changed

packages/flow_parser/flow_parser.0.246.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "MIT"
77

88
build: ["dune" "build" "-p" name "-j" jobs]
99
depends: [
10-
"ocaml" {>= "5.2.0"}
10+
"ocaml" {>= "5.2.0" & < "5.3"}
1111
"dune" {>= "3.2"}
1212
"base" {>= "v0.16.3"}
1313
"ppxlib" {>= "0.32.1"}

0 commit comments

Comments
 (0)