Add a version constraint on Menhir (actually, MenhirLib).

This commit is contained in:
François Pottier 2022-02-07 21:52:35 +01:00
parent a26f8b5fbd
commit 3777eaf90a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ build: [
]
depends: [
"inferno"
"menhir"
"menhir" { >= "20201201" }
"pprint"
"qcheck"
"alcotest"