Skip to content

Commit

Permalink
fix dependencies of ppx
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored and rtetley committed Feb 12, 2025
1 parent 25581cb commit ff78596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language-server/dm/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
(public_name vscoq-language-server.dm)
(modules :standard \ vscoqtop_proof_worker vscoqtop_tactic_worker)
(preprocess (pps ppx_optcomp -- -cookie "ppx_optcomp.env=env ~coq:(Defined \"%{coq:version.major}.%{coq:version.minor}\")"))
(preprocessor_deps vscoq_config.mlh)
(libraries base coq-core.sysinit coq-core.vernac coq-core.parsing lsp sel protocol language))

(executable
Expand All @@ -12,6 +13,7 @@
(flags -linkall)
(package vscoq-language-server)
(preprocess (pps ppx_optcomp -- -cookie "ppx_optcomp.env=env ~coq:(Defined \"%{coq:version.major}.%{coq:version.minor}\")"))
(preprocessor_deps vscoq_config.mlh)
(libraries coq-core.sysinit coq-core.tactics lsp dm protocol))

(executable
Expand Down

0 comments on commit ff78596

Please sign in to comment.