mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Build: remove unnecessary ppx on dcalc, lcalc
we only use `visitors` for positions on the surface AST
This commit is contained in:
parent
ba52aae401
commit
558fcb6fef
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user