Remove no longer necessary constraint on the OCaml version

We now support >= 4.02.3
This commit is contained in:
Rudi Grinberg 2017-11-07 13:34:14 +08:00
parent 5926808b12
commit e383e6ddf0
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ depends: [
"cppo" {build & >= "1.1.2"} "cppo" {build & >= "1.1.2"}
"jbuilder" {build & >= "1.0+beta9"} "jbuilder" {build & >= "1.0+beta9"}
] ]
available: [ ocaml-version >= "4.02.3" & ocaml-version < "4.06.0"] available: [ocaml-version >= "4.02.3"]