Skip to content

Commit 02e5ef6

Browse files
authored
Merge pull request ocaml#22491 from kit-ty-kate/fix-166
hashcons.1.0.1 is not compatible with OCaml 5.0 (uses Array.create)
2 parents a980e23 + 8179dfb commit 02e5ef6

File tree

1 file changed

+1
-1
lines changed
  • packages/hashcons/hashcons.1.0.1

1 file changed

+1
-1
lines changed

packages/hashcons/hashcons.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install: [
1414
]
1515
remove: [["ocamlfind" "remove" "hashcons"]]
1616
depends: [
17-
"ocaml"
17+
"ocaml" {< "5.0"}
1818
"ocamlfind" {build}
1919
"conf-which" {build}
2020
]

0 commit comments

Comments
 (0)