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 ubase
catala.runtime_ocaml catala.runtime_ocaml
shared_ast shared_ast
scopelang) scopelang))
(preprocess
(pps visitors.ppx)))
(documentation (documentation
(package catala) (package catala)

View File

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