Skip to content

Commit

Permalink
Merge pull request ocaml#11442 from nekketsuuu/uutf-wrong-constraint
Browse files Browse the repository at this point in the history
uutf.0.9.3: fix a typo of constraints
  • Loading branch information
kit-ty-kate committed Feb 19, 2018
2 parents cc8170f + 4080b9a commit 9bfd4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uutf/uutf.0.9.3/opam
Expand Up @@ -18,4 +18,4 @@ depends: [
"ocamlfind"
"ocamlbuild" {build}
]
available: [ ocaml-version >= "4.00.0" & ocaml-version > "4.06.0" ]
available: [ ocaml-version >= "4.00.0" & ocaml-version < "4.06.0" ]

0 comments on commit 9bfd4d8

Please sign in to comment.