Be explicit on the stdlib dependency
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/b3ef636a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/b3ef636a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/b3ef636a Branch: refs/heads/master Commit: b3ef636af2c7a42e9f8ae28d5cdbe67b104ab184 Parents: 03f2b30 Author: Paul J. Davis <[email protected]> Authored: Tue Jun 17 02:58:27 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Tue Jun 17 02:58:27 2014 -0500 ---------------------------------------------------------------------- src/jiffy.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b3ef636a/src/jiffy.app.src ---------------------------------------------------------------------- diff --git a/src/jiffy.app.src b/src/jiffy.app.src index 4ea304a..6f49231 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -2,5 +2,5 @@ {description, "JSON Decoder/Encoder."}, {vsn, git}, {registered, []}, - {applications, [kernel]} + {applications, [kernel, stdlib]} ]}.
