Skip to content

Commit

Permalink
Upgrade lfe-compile and config
Browse files Browse the repository at this point in the history
Use 0.8.0-rc2 and run lfe compile as an app_compile pre-hook.
  • Loading branch information
yurrriq committed Oct 31, 2016
1 parent 3f19fda commit 62f6e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{lfe_first_files, ["src/levaindoc-util.lfe"]}.

{plugins, [
{'lfe-compile', "0.6.0", {pkg, rebar3_lfe_compile}}
{'lfe-compile', "0.8.0-rc2", {pkg, rebar3_lfe_compile}}
]}.

{provider_hooks, [{pre, [{compile, {lfe, compile}}]}]}.
{provider_hooks, [{pre, [{app_compile, {lfe, compile}}]}]}.

%% TODO:
%% {deps, [{lfe, "1.2.0"]}.
Expand Down
2 changes: 1 addition & 1 deletion src/levaindoc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
{modules, [levaindoc, 'levaindoc-util']},
{modules, []},

{maintainers, ["Eric Bailey"]},
{licenses, ["MIT"]},
Expand Down

0 comments on commit 62f6e82

Please sign in to comment.