aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer/src/typer.app.src
blob: e0be937cc32d85b0114cd13c9bf1d6a5a047f22a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
% This is an -*- erlang -*- file.

{application, typer,
 [{description, "TYPe annotator for ERlang programs, version %VSN%"},
  {vsn, "%VSN%"},
  {modules, [typer]},
  {registered, []},
  {applications, [compiler, dialyzer, hipe, kernel, stdlib]},
  {env, []},
  {runtime_dependencies, ["stdlib-3.0","kernel-5.0","hipe-3.15.4","erts-8.0",
			  "dialyzer-3.1","compiler-7.0"]}]}.