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
|
||||
catala.runtime_ocaml
|
||||
shared_ast
|
||||
scopelang)
|
||||
(preprocess
|
||||
(pps visitors.ppx)))
|
||||
scopelang))
|
||||
|
||||
(documentation
|
||||
(package catala)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user