Skip to content

Commit ef4f09e

Browse files
authored
Merge pull request ocaml#21763 from kit-ty-kate/fix-87
zarith.1.3 is not compatible with OCaml 5.0 (uses the (.[]<-) notation)
2 parents c0d83da + edf9b11 commit ef4f09e

File tree

1 file changed

+1
-1
lines changed
  • packages/zarith/zarith.1.3

1 file changed

+1
-1
lines changed

packages/zarith/zarith.1.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [
1515
]
1616
remove: ["ocamlfind" "remove" "zarith"]
1717
depends: [
18-
"ocaml"
18+
"ocaml" {< "5.0"}
1919
"ocamlfind"
2020
"conf-gmp"
2121
"conf-perl" {build}

0 commit comments

Comments
 (0)