Skip to content

Commit

Permalink
Merge pull request #1030 from coq/gares-patch-1
Browse files Browse the repository at this point in the history
fix dependencies of ppx
  • Loading branch information
rtetley authored Feb 12, 2025
2 parents 25581cb + ff78596 commit e7c2b0c
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 e7c2b0c

Please sign in to comment.