Skip to content

Commit 1540424

Browse files
committed
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.
1 parent 1c8bdb5 commit 1540424

File tree

1 file changed

+1
-1
lines changed
  • packages/morbig/morbig.0.11.0

1 file changed

+1
-1
lines changed

packages/morbig/morbig.0.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dev-repo: "git+https://github.com/colis-anr/morbig.git"
2323

2424
depends: [
2525
"dune" {>= "2.5.0"}
26-
"menhir" {>= "20180538"}
26+
"menhir" {>= "20200211"}
2727
"ocaml" {>= "4.11"}
2828
"odoc" {with-doc}
2929
"ppx_deriving_yojson"

0 commit comments

Comments
 (0)