Build: remove unnecessary ppx on dcalc, lcalc

we only use `visitors` for positions on the surface AST
This commit is contained in:
Louis Gesbert 2023-05-17 14:08:18 +02:00
parent ba52aae401
commit 558fcb6fef
2 changed files with 2 additions and 6 deletions

View File

@ -9,9 +9,7 @@
ubase
catala.runtime_ocaml
shared_ast
scopelang)
(preprocess
(pps visitors.ppx)))
scopelang))
(documentation
(package catala)

View File

@ -1,9 +1,7 @@
(library
(name lcalc)
(public_name catala.lcalc)
(libraries bindlib ubase dcalc scopelang catala.runtime_ocaml)
(preprocess
(pps visitors.ppx)))
(libraries bindlib ubase dcalc scopelang catala.runtime_ocaml))
(documentation
(package catala)