Skip to content

Commit 950b56a

Browse files
smorimotohhugo
authored andcommitted
dune: update menhir extension to 3.0
Signed-off-by: Sora Morimoto <[email protected]>
1 parent dc6c457 commit 950b56a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

compiler/lib/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
--table
2222
--external-tokens
2323
Js_token
24-
--explain
2524
--unused-token
2625
TAnnot
2726
--unused-token
@@ -34,8 +33,7 @@
3433
T_AT))
3534

3635
(menhir
37-
(modules annot_parser)
38-
(flags --explain))
36+
(modules annot_parser))
3937

4038
(rule
4139
(targets compiler_version.ml)

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(lang dune 3.17)
2-
(using menhir 2.0)
2+
(using menhir 3.0)
33
(name js_of_ocaml)
44

55
(generate_opam_files true)

0 commit comments

Comments
 (0)