Skip to content

Commit d6d1ae3

Browse files
authored
Merge pull request #29473 from dra27/ocaml-constraints
Correct constraint in ocaml.5.6.0
2 parents 769093f + 48ad882 commit d6d1ae3

File tree

1 file changed

+1
-1
lines changed
  • packages/ocaml/ocaml.5.6.0

1 file changed

+1
-1
lines changed

packages/ocaml/ocaml.5.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors: [
1717
homepage: "https://ocaml.org"
1818
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1919
depends: [
20-
"ocaml-base-compiler" {= "5.6.0"} |
20+
"ocaml-base-compiler" {>= "5.6.0" & < "5.6.1~"} |
2121
"ocaml-variants" {>= "5.6.0~" & < "5.6.1~"} |
2222
"ocaml-system" {>= "5.6.0~" & < "5.6.1~"} |
2323
"dkml-base-compiler" {>= "5.6.0~" & < "5.6.1~"}

0 commit comments

Comments
 (0)