2012-09-03 11:33:40 -05:00
|
|
|
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
|
|
|
|
|
|
|
|
%% These are all only compile time dependencies
|
2012-09-05 17:27:29 -05:00
|
|
|
{deps, [{neotoma, "",
|
|
|
|
{git, "https://github.com/seancribbs/neotoma.git", {tag, "1.5"}}},
|
|
|
|
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}]}.
|
2012-09-03 11:33:40 -05:00
|
|
|
|
2012-09-04 20:27:31 -05:00
|
|
|
{erl_first_files, ["ec_dictionary"]}.
|
|
|
|
|
2012-06-05 17:59:46 -05:00
|
|
|
{erl_opts,
|
|
|
|
[debug_info,
|
2012-09-03 11:33:40 -05:00
|
|
|
warnings_as_errors]}.
|