2923ef8eff
so we can go back to depending on basho/ebloom
14 lines
646 B
Erlang
14 lines
646 B
Erlang
|
|
{cover_enabled, true}.
|
|
|
|
%% define 'PROPER' in stead if you must...
|
|
{erl_opts, [debug_info,{d,'TRIQ',true}]}.
|
|
|
|
{deps, [
|
|
{plain_fsm, "1.1.*", {git, "git://github.com/uwiger/plain_fsm", {branch, "master"}}},
|
|
{ebloom, "1.0.*", {git, "git://github.com/basho/ebloom.git", {branch, "master"}}},
|
|
{basho_bench, ".*", {git, "git://github.com/basho/basho_bench.git", {branch, "master"}}},
|
|
{triq, ".*", {git, "git://github.com/krestenkrab/triq.git", {branch, "master"}}},
|
|
{proper, ".*", {git, "git://github.com/manopapad/proper.git",
|
|
{branch, "master"}}}
|
|
]}.
|