Skip to content

Commit 574e49c

Browse files
authored
Merge pull request #27568 from hannesm/fix-diffast-langs-common-01
fix typo in diffast-langs-common.0.1 dependencies
2 parents bd29bee + 6c7fc96 commit 574e49c

File tree

1 file changed

+2
-2
lines changed
  • packages/diffast-langs-common/diffast-langs-common.0.1

1 file changed

+2
-2
lines changed

packages/diffast-langs-common/diffast-langs-common.0.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ bug-reports: "https://github.com/codinuum/diffast/issues"
1818
depends: [
1919
"ocaml" {>= "4.14"}
2020
"dune" {>= "3.17"}
21-
"sedlex"
22-
"mehirLib"
21+
"sedlex" {>= "3.3"}
22+
"menhirLib"
2323
"diffast-misc" {= version}
2424
"vlt" {>= "0.2.4"}
2525
"odoc" {with-doc}

0 commit comments

Comments
 (0)