fix the OCaml bound in .opam: we use Seq.take which is 4.14

Reported-by: Ellenor Taghayor
This commit is contained in:
Gabriel Scherer 2023-12-22 15:47:34 +01:00
parent 96bd055026
commit fce7844414

View File

@ -10,7 +10,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" { >= "4.08" }
"ocaml" { >= "4.14" }
"dune" { >= "2.8" }
"unionFind" { >= "20220109" }
"pprint"