From b3ef636af2c7a42e9f8ae28d5cdbe67b104ab184 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Tue, 17 Jun 2014 02:58:27 -0500 Subject: [PATCH] Be explicit on the stdlib dependency --- src/jiffy.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]} ]}.