summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-04-23 13:38:37 -0400
committerFred Hebert <mononcqc@ferd.ca>2018-04-23 13:38:37 -0400
commit288d0c7484ba9214cc6598100000bcce0fefe462 (patch)
treed25f1f9aa15e596f147e69dab428e3d1f828e598 /src/rebar.app.src
parent35fb67523d784927a291fb464da4b36c6004470c (diff)
Clear all dialyzer errors
- this is done by adding a HiPE dependency - also in this: adding a test for directories, and fixing some indent
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r--src/rebar.app.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 43ad620..c96f65c 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -8,6 +8,7 @@
{registered, []},
{applications, [kernel,
stdlib,
+ hipe,
sasl,
compiler,
crypto,