aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer/src/typer.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/typer/src/typer.app.src')
-rw-r--r--lib/typer/src/typer.app.src4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/typer/src/typer.app.src b/lib/typer/src/typer.app.src
index 850829e1dc..974091b44c 100644
--- a/lib/typer/src/typer.app.src
+++ b/lib/typer/src/typer.app.src
@@ -6,4 +6,6 @@
{modules, [typer]},
{registered, []},
{applications, [compiler, dialyzer, hipe, kernel, stdlib]},
- {env, []}]}.
+ {env, []},
+ {runtime_dependencies, ["stdlib-2.0","kernel-3.0","hipe-3.10.3","erts-6.0",
+ "dialyzer-2.7","compiler-5.0"]}]}.