You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/13 20:45:26 UTC

[27/43] jiffy commit: updated refs/heads/upstream to 446e284

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/upstream
Commit: b3ef636af2c7a42e9f8ae28d5cdbe67b104ab184
Parents: 03f2b30
Author: Paul J. Davis <pa...@gmail.com>
Authored: Tue Jun 17 02:58:27 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
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]}
 ]}.