Reduce deps for elaborate_namespaces
[hiphop-php.git] / hphp / hack / src / decl / dune.inc
blobd0ae7d81db5f6e47fdc1281b28fc0c67670f557b
1 (library
2   (name decl)
3   (wrapped false)
4   (libraries
5     ast_provider
6     full_fidelity
7     heap_global_storage
8     naming
9     naming_attributes
10     naming_attributes_deprecated
11     partial_provider
12     procs_procs
13     typing_defs
14   )
15   (preprocess (pps ppx_deriving.std)))