From af35d5f0a2c91319fc86c5bb4a9d018658519c4c Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 22 Nov 2014 09:13:10 -0600 Subject: replace rlx_depsolver use with new rebar_digraph --- src/rebar_resource.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/rebar_resource.erl') diff --git a/src/rebar_resource.erl b/src/rebar_resource.erl index 5babff7..ee7d2d3 100644 --- a/src/rebar_resource.erl +++ b/src/rebar_resource.erl @@ -4,10 +4,10 @@ -export([]). --export_types([resource/0 - ,type/0 - ,location/0 - ,ref/0]). +-export_type([resource/0 + ,type/0 + ,location/0 + ,ref/0]). -type resource() :: {type(), location(), ref()}. -type type() :: atom(). -- cgit v1.1