Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D258918017 for ; Tue, 28 Jul 2015 22:42:29 +0000 (UTC) Received: (qmail 46083 invoked by uid 500); 28 Jul 2015 22:42:28 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 45852 invoked by uid 500); 28 Jul 2015 22:42:28 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 44071 invoked by uid 99); 28 Jul 2015 22:42:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2015 22:42:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B9981E35E2; Tue, 28 Jul 2015 22:42:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Tue, 28 Jul 2015 22:42:40 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/54] jiffy commit: updated refs/heads/master to ef77de4 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 Authored: Tue Jun 17 02:58:27 2014 -0500 Committer: Paul J. Davis 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]} ]}.