Skip to content

Commit 095573c

Browse files
authored
Merge pull request #28745 from ocaml/patch-1
diffast-langs-common: add upper bound on ocaml 5.4
2 parents 3a7c4cf + 973f257 commit 095573c

File tree

4 files changed

+4
-4
lines changed
  • packages/diffast-langs-common
    • diffast-langs-common.0.1.1
    • diffast-langs-common.0.1
    • diffast-langs-common.0.2
    • diffast-langs-common.0.3.5.1

4 files changed

+4
-4
lines changed

packages/diffast-langs-common/diffast-langs-common.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/codinuum/diffast"
1616
doc: "https://github.com/codinuum/diffast/README.md"
1717
bug-reports: "https://github.com/codinuum/diffast/issues"
1818
depends: [
19-
"ocaml" {>= "4.14"}
19+
"ocaml" {>= "4.14" & < "5.4"}
2020
"dune" {>= "3.17"}
2121
"sedlex" {>= "3.3"}
2222
"menhirLib"

packages/diffast-langs-common/diffast-langs-common.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/codinuum/diffast"
1616
doc: "https://github.com/codinuum/diffast/README.md"
1717
bug-reports: "https://github.com/codinuum/diffast/issues"
1818
depends: [
19-
"ocaml" {>= "4.14"}
19+
"ocaml" {>= "4.14" & < "5.4"}
2020
"dune" {>= "3.17"}
2121
"sedlex" {>= "3.3"}
2222
"menhirLib"

packages/diffast-langs-common/diffast-langs-common.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ homepage: "https://github.com/codinuum/diffast"
1616
doc: "https://github.com/codinuum/diffast/README.md"
1717
bug-reports: "https://github.com/codinuum/diffast/issues"
1818
depends: [
19-
"ocaml" {>= "4.14"}
19+
"ocaml" {>= "4.14" & < "5.4"}
2020
"dune" {>= "3.17"}
2121
"sedlex" {>= "3.3"}
2222
"menhirLib"

packages/diffast-langs-common/diffast-langs-common.0.3.5.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ doc: "https://github.com/codinuum/diffast/README.md"
1717
bug-reports: "https://github.com/codinuum/diffast/issues"
1818
x-maintenance-intent: ["(latest)"]
1919
depends: [
20-
"ocaml" {>= "4.14"}
20+
"ocaml" {>= "4.14" & < "5.4"}
2121
"dune" {>= "3.17"}
2222
"sedlex" {>= "3.3"}
2323
"menhirLib"

0 commit comments

Comments
 (0)