Skip to content

Commit 1d5698c

Browse files
authored
Merge pull request ocaml#22772 from kit-ty-kate/fix-187
piaf is not compatible with OCaml 5.0
2 parents 3014fa2 + cc1c424 commit 1d5698c

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)