this repo has no description

More recent version of Menhir without warnings

Previous version generated a lot of warnings such as:

> Warning 9 [missing-record-field-pattern]: the following labels are not
> bound in this record pattern.

which break the compilation when used with a recent version of Dune.

Niols 1540424f 1c8bdb57

Changed files
+1 -1
packages
morbig
morbig.0.11.0
+1 -1
packages/morbig/morbig.0.11.0/opam
···
depends: [
"dune" {>= "2.5.0"}
-
"menhir" {>= "20180538"}
+
"menhir" {>= "20200211"}
"ocaml" {>= "4.11"}
"odoc" {with-doc}
"ppx_deriving_yojson"