Skip to content

Commit

Permalink
Earlier version of Earley (1.0.0) does not compile on 4.06.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolphe Lepigre committed Feb 13, 2018
1 parent 256e45e commit 686eb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/earley/earley.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
available : [ ocaml-version >= "4.01.0" ]
available : [ ocaml-version >= "4.01.0" & ocaml-version < "4.06.0" ]
maintainer : "Christophe Raffalli <christophe@raffalli.eu>"
bug-reports : "https://github.com/rlepigre/ocaml-earley/issues"
authors : [ "Christophe Raffalli <christophe@raffalli.eu>"
Expand Down

0 comments on commit 686eb67

Please sign in to comment.