Skip to content

Commit 0a29845

Browse files
authored
Merge pull request #24067 from mseri/fix-menhir-o5.1
menhir 20220210 is not compatible with ocaml 5.1
2 parents 8f54327 + ae6c979 commit 0a29845

File tree

1 file changed

+1
-1
lines changed
  • packages/menhir/menhir.20220210

1 file changed

+1
-1
lines changed

packages/menhir/menhir.20220210/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
["dune" "build" "-p" name "-j" jobs]
1414
]
1515
depends: [
16-
"ocaml" {>= "4.03.0"}
16+
"ocaml" {>= "4.03.0" & < "5.1~"}
1717
"dune" {>= "2.8.0"}
1818
"menhirLib" {= version}
1919
"menhirSdk" {= version}

0 commit comments

Comments
 (0)