Skip to content

Commit

Permalink
More liberal menhir version constraint.
Browse files Browse the repository at this point in the history
The [opam release](ocaml/opam-repository#10869)
was failing in a way that seemed related to Menhir. Only on linux though
- and it wasn't being caught in our own CI - only OPAM's. Must be for
some configuration we don't test. Making menhir dep more liberal to see
if it will fix our attempted release.

Summary:

Test Plan:

Reviewers:

CC:
  • Loading branch information
jordwalke committed Nov 28, 2017
1 parent 396269f commit d70ad62
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.messages binary
*.lock binary

docs/highlightJs/** binary
docs/vendor/** binary
Expand Down
2 changes: 1 addition & 1 deletion esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@esy-ocaml/substs": "^0.0.1",
"@esy-ocaml/esy-installer": "^0.0.0",
"@opam/ocamlfind": "",
"@opam/menhir": " >= 20170418.0.0 <= 20170712.0.0",
"@opam/menhir": " >= 20170418.0.0 <= 20171013.0.0",
"@opam/utop": " >= 1.17.0",
"@opam/merlin-extend": " >= 0.3.0",
"@opam/result": "=1.2.0",
Expand Down
41 changes: 21 additions & 20 deletions esy.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d70ad62

Please sign in to comment.