Skip to content

Commit cc1c424

Browse files
committed
piaf is not compatible with OCaml 5.0 (uses Hashtbl.MakeSeeded without seeded_hash)
1 parent 2f19abe commit cc1c424

File tree

1 file changed

+1
-1
lines changed
  • packages/piaf/piaf.0.1.0

1 file changed

+1
-1
lines changed

packages/piaf/piaf.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "build" "-p" name "-j" jobs]
1111
]
1212
depends: [
13-
"ocaml" {>= "4.08"}
13+
"ocaml" {>= "4.08" & < "5.0"}
1414
"dune" {>= "2.5"}
1515
"angstrom"
1616
"faraday" {>= "0.8.1"}

0 commit comments

Comments
 (0)