Skip to content

Commit

Permalink
Add back clj dependency
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
yurrriq committed Mar 14, 2016
1 parent a0d4c48 commit 2a45312
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{lfe_first_files, ["src/levaindoc-util.lfe"]}.

{deps,
[{lfe, {git, "git://github.com/rvirding/lfe", {tag, "0.10.1"}}}]}.
[{lfe, {git, "git://github.com/rvirding/lfe", {tag, "0.10.1"}}},
{clj, {git, "git://github.com/lfex/clj.git", {tag, "0.3.0"}}}]}.

{plugins,
[{'lfe-compile',
Expand Down
10 changes: 9 additions & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[{<<"lfe">>,
[{<<"clj">>,
{git,"git://github.com/lfex/clj.git",
{ref,"2184d0f1459922145b432cfe19ac6147169383d7"}},
0},
{<<"kla">>,
{git,"git://github.com/lfex/kla.git",
{ref,"e9ed980aec9c18b67a8b5f9c22cfebc778282d04"}},
1},
{<<"lfe">>,
{git,"git://github.com/rvirding/lfe",
{ref,"d7bc80da04aedd0a607f17d8d149eba363872b4b"}},
0}].
2 changes: 1 addition & 1 deletion src/levaindoc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{application, levaindoc,
[{description, "Lightweight LFE wrapper for pandoc."},
{vsn, "0.3.1"},
{vsn, "0.3.2"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 2a45312

Please sign in to comment.