fix opam version

This commit is contained in:
Simon Cruanes 2021-02-24 14:37:51 -05:00
parent 2810312e2f
commit d26732271a

View file

@ -15,7 +15,8 @@ depends: [
"containers" { >= "3.0" & < "4.0" }
"iter" { >= "1.0" & < "2.0" }
"ocaml" { >= "4.03" }
"zarith" { >= "1.8" } # for infix ops
"sidekick" { = version }
"zarith" { >= "1.8" } # constraint for infix ops
"alcotest" {with-test}
"qcheck" {with-test & >= "0.16" }
]