|
@ -232,6 +232,7 @@ do_deduplicate([Head | Rest], Acc) -> |
|
|
|
|
|
|
|
|
merge_opts(Profile, NewOpts, OldOpts) -> |
|
|
merge_opts(Profile, NewOpts, OldOpts) -> |
|
|
Opts = merge_opts(NewOpts, OldOpts), |
|
|
Opts = merge_opts(NewOpts, OldOpts), |
|
|
|
|
|
|
|
|
case dict:find(deps, NewOpts) of |
|
|
case dict:find(deps, NewOpts) of |
|
|
{ok, Value} -> |
|
|
{ok, Value} -> |
|
|
dict:store({deps, Profile}, Value, Opts); |
|
|
dict:store({deps, Profile}, Value, Opts); |
|
|