diff options
author | iw <none@none> | 2010-01-07 15:10:20 +0000 |
---|---|---|
committer | iw <none@none> | 2010-01-07 15:10:20 +0000 |
commit | 39907904e843ae8971e8ce9468c6c463a4b2fc88 (patch) | |
tree | 6b8d69a0deb681f5d08910e34d3dc65a50002233 /ebin | |
parent | 47a430c3b81bc1aa50ae44918003a8f92f49366b (diff) |
Include support for dialyzer
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index cfd62d0..02a2094 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -8,6 +8,7 @@ rebar_core, rebar_ct, rebar_deps, + rebar_dialyzer, rebar_erlc_compiler, rebar_escripter, rebar_eunit, @@ -52,6 +53,7 @@ rebar_otp_app, rebar_ct, rebar_eunit, + rebar_dialyzer, rebar_escripter ]}, |