|
@@ -1,9 +1,9 @@
|
|
|
%% -*- erlang -*-
|
|
|
{deps, [
|
|
|
- {mochiweb, "2.9.0", {git, "git://github.com/mochi/mochiweb.git", {tag, "v2.9.0"}}},
|
|
|
- {jsonx, ".*", {git, "git://github.com/iskra/jsonx.git", "9c95948c6835827ed61a9506ae4a9aba61acf335"}},
|
|
|
- {emysql, ".*", {git, "git://github.com/deadtrickster/Emysql.git"}},
|
|
|
- {erlydtl, "0.11.1", {git, "git://github.com/erlydtl/erlydtl.git", {tag, "0.11.1"}}}
|
|
|
+ {mochiweb, "2.9.0", {git, "https://github.com/mochi/mochiweb.git", {tag, "v2.9.0"}}},
|
|
|
+ {jsonx, ".*", {git, "https://github.com/iskra/jsonx.git", "9c95948c6835827ed61a9506ae4a9aba61acf335"}},
|
|
|
+ {emysql, ".*", {git, "https://github.com/deadtrickster/Emysql.git"}},
|
|
|
+ {erlydtl, "0.11.1", {git, "https://github.com/erlydtl/erlydtl.git", {tag, "0.11.1"}}}
|
|
|
]}.
|
|
|
{erlydtl_opts, [
|
|
|
{doc_root, "priv/templates"},
|