Current section

Files

Jump to
sbroker rebar.config
Raw

rebar.config

{erl_opts, [debug_info, {platform_define, "^R", 'LEGACY_TYPES'}]}.
{edoc_opts, [{preprocess, true}]}.
{profiles, [
{test, [{deps, [
{proper, ".*",
{git, "git://github.com/manopapad/proper.git", {tag, "v1.1"}}}]}
]}
]}.