Browse Source

do not require ocaml-version < 4.06

the haxe code base itself is compatible, its just the deps
Andy Li 7 years ago
parent
commit
1534fe0a30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      opam

+ 1 - 1
opam

@@ -21,4 +21,4 @@ depends: [
   "rope"      {build}
   "rope"      {build}
   "ptmap"     {build}
   "ptmap"     {build}
 ]
 ]
-available: [ ocaml-version > "4.02" & ocaml-version < "4.06" ]
+available: [ ocaml-version > "4.02" ]