fix the OCaml bound in .opam: we use Seq.take which is 4.14
Reported-by: Ellenor Taghayor
This commit is contained in:
parent
96bd055026
commit
fce7844414
@ -10,7 +10,7 @@ build: [
|
|||||||
["dune" "build" "-p" name "-j" jobs]
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
]
|
]
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" { >= "4.08" }
|
"ocaml" { >= "4.14" }
|
||||||
"dune" { >= "2.8" }
|
"dune" { >= "2.8" }
|
||||||
"unionFind" { >= "20220109" }
|
"unionFind" { >= "20220109" }
|
||||||
"pprint"
|
"pprint"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user