Improve error message on misplaced async modifiers
[hiphop-php.git] / hphp / hack / src / dune
blobc7250fe6bab8f5680c34bd04eb65220e8665344d
1 (env
2   (_ (flags (:standard -w @a-4-6-20-29-35-41-42-44-45-48-50 \ -strict-sequence))))
4 (executable
5   (name hh_single_type_check)
6   (modules
7     hh_single_type_check)
8   (ocamlc_flags (:standard -custom))
9   (link_flags (:standard (:include dune_config/ld-opts.sexp)))
10   (libraries
11     ai
12     client
13     default_injector_config
14     file_content
15     gen_deps
16     hhi
17     nast
18     parent
19     server
20     server_env
21     sys_utils
22     tast
23     tast_typecheck
24     temp_file
25     typed_positioned_syntax
26     typing
27     utils_core))
29 (executable
30   (name hh_server)
31   (modules
32     hh_server)
33   (ocamlc_flags (:standard -custom))
34   (libraries
35     ai
36     client
37     default_injector_config
38     file_content
39     gen_deps
40     hhi
41     hh_server_monitor
42     nast
43     parent
44     server
45     server_env
46     sys_utils
47     tast
48     typed_positioned_syntax
49     typing
50     utils_core))
52 (executable
53   (name hh_client)
54   (modules
55     hh_client)
56   (ocamlc_flags (:standard -custom))
57   (libraries
58     ai
59     client
60     default_injector_config
61     file_content
62     gen_deps
63     hhi
64     hh_server_monitor
65     nast
66     parent
67     server
68     server_env
69     sys_utils
70     tast
71     typed_positioned_syntax
72     typing
73     utils_core))
75 (executable
76   (name hh_single_compile)
77   (modules
78     hh_single_compile)
79   (libraries
80     compiler_id
81     default_injector_config
82     facts
83     global_config
84     global_options
85     hackc_parse_delegator
86     hhbc
87     hhi
88     heap_ident
89     logging
90     naming
91     pocket_universes
92     typing)
93   (ocamlc_flags (:standard -custom))
94   (flags (:standard -unsafe-string)))
96 (executable
97   (name hh_parse)
98   (modules
99     hh_parse)
100   (ocamlc_flags (:standard -custom))
101   (libraries
102     debug
103     default_injector_config
104     global_config
105     hackfmt
106     nast
107     parser
108     utils_core))
110 (executable
111   (name hackfmt)
112   (modules
113     hackfmt)
114   (ocamlc_flags (:standard -custom))
115   (libraries
116     default_injector_config
117     hackfmt
118     hackfmt_debug
119     utils_config_file
120     utils_ocaml_overrides))
122 (executable
123   (name hh_single_parse)
124   (modules
125     hh_single_parse)
126   (ocamlc_flags (:standard -custom))
127   (libraries
128     debug
129     default_injector_config
130     global_config
131     hackfmt
132     nast
133     parser))
135 (executable
136   (name generate_full_fidelity)
137   (modules
138     generate_full_fidelity)
139   (ocamlc_flags (:standard -custom))
140   (libraries
141     procs_procs_lwt
142     core_kernel
143     str
144     collections))