From 13263b778c4f519e27629a2e0772b2466004005b Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 8 Sep 2012 11:14:51 -0500 Subject: add goal parsing capability to the system --- rebar.config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index cd3797a..e31e544 100644 --- a/rebar.config +++ b/rebar.config @@ -1,13 +1,15 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -{deps, [{erlware_commons, "", +{deps, [{neotoma, "", + {git, "https://github.com/seancribbs/neotoma.git", {tag, "1.5"}}}, + {erlware_commons, "", {git, "https://github.com/ericbmerritt/erlware_commons.git", {tag, "v0.7.0"}}}, - {getopt, "0.5.1", + {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}, - {depsolver, "0.0.2", + {depsolver, "", {git, "https://github.com/ericbmerritt/depsolver.git", {tag, "v0.0.2"}}}]}. {escript_incl_apps, [getopt, depsolver]}. -{erl_opts, [debug_info, warnings_as_errors]}. +{erl_opts, [debug_info, warnings_as_errors, inline]}. -- cgit v1.2.3