{erl_opts, [debug_info]}.
{cover_enabled, true}.
{deps, [
        {lib_combin, "0.1.5"}
       ]}.
{dialyzer, [{warnings, [unmatched_returns, error_handling,
                        race_conditions,
                        overspecs
                       ]},
            {get_warnings, true}]}.