mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 15:44:20 +00:00
59 lines
2.0 KiB
Diff
59 lines
2.0 KiB
Diff
--- a/src/passes/02-parsing/cameligo/dune
|
|
+++ b/src/passes/02-parsing/cameligo/dune
|
|
@@ -20,7 +20,9 @@
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
- (run menhir-recover --external-tokens Lexing_cameligo.Token Parser.cmly))))
|
|
+ (run menhir-recover
|
|
+ --external-tokens Lexing_cameligo.Token.MenhirInterpreter
|
|
+ Parser.cmly))))
|
|
|
|
;; Build of the CameLIGO parser as a library
|
|
|
|
diff --git a/src/passes/02-parsing/jsligo/dune b/src/passes/02-parsing/jsligo/dune
|
|
index d691ab0af0fe6ae87119405c19e49e2b5c2d1a23..3b13a06e69737037df0df12aa087506f402d8430 100644
|
|
--- a/src/passes/02-parsing/jsligo/dune
|
|
+++ b/src/passes/02-parsing/jsligo/dune
|
|
@@ -20,7 +20,9 @@
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
- (run menhir-recover --external-tokens Lexing_jsligo.Token Parser.cmly))))
|
|
+ (run menhir-recover
|
|
+ --external-tokens Lexing_jsligo.Token.MenhirInterpreter
|
|
+ Parser.cmly))))
|
|
|
|
;; Build of the JsLIGO parser as a library
|
|
|
|
diff --git a/src/passes/02-parsing/pascaligo/dune b/src/passes/02-parsing/pascaligo/dune
|
|
index 0516a8b790d2eb3ebdb833051bd66241ca44832c..e650decc7ba9907551e1016fee1a53b806fb593e 100644
|
|
--- a/src/passes/02-parsing/pascaligo/dune
|
|
+++ b/src/passes/02-parsing/pascaligo/dune
|
|
@@ -20,7 +20,9 @@
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
- (run menhir-recover --external-tokens Lexing_pascaligo.Token Parser.cmly))))
|
|
+ (run menhir-recover
|
|
+ --external-tokens Lexing_pascaligo.Token.MenhirInterpreter
|
|
+ Parser.cmly))))
|
|
|
|
;; Build of the PascaLIGO parser as a library
|
|
|
|
diff --git a/src/passes/02-parsing/pyligo/dune b/src/passes/02-parsing/pyligo/dune
|
|
index abb0165f6f185d21ea4a52a152cef188ae9dde4b..5930d86ab721e9dd683e5c4f2873b196ac5859b4 100644
|
|
--- a/src/passes/02-parsing/pyligo/dune
|
|
+++ b/src/passes/02-parsing/pyligo/dune
|
|
@@ -20,7 +20,9 @@
|
|
(action
|
|
(with-stdout-to
|
|
%{targets}
|
|
- (run menhir-recover --external-tokens Lexing_pyligo.Token Parser.cmly))))
|
|
+ (run menhir-recover
|
|
+ --external-tokens Lexing_pyligo.Token.MenhirInterpreter
|
|
+ Parser.cmly))))
|
|
|
|
;; Build of the PyLIGO parser as a library
|
|
|