Skip to content

Commit 769093f

Browse files
authored
Merge pull request #29472 from Octachron/ocaml.5.5.0-alpha1-fix-ocaml-bound
fix ocaml 5.5.0 alpha1: allow ocaml-base-compiler
2 parents 8ee284a + b2133dc commit 769093f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/ocaml/ocaml.5.5.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.5.0"} |
20+
"ocaml-base-compiler" {>= "5.5.0~" & < "5.5.1~" } |
2121
"ocaml-variants" {>= "5.5.0~" & < "5.5.1~"} |
2222
"ocaml-system" {>= "5.5.0~" & < "5.5.1~"} |
2323
"dkml-base-compiler" {>= "5.5.0~" & < "5.5.1~"}

0 commit comments

Comments
 (0)