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

{application, typer,
 [{description, "TYPe annotator for ERlang programs, version %VSN%"},
  {vsn, "%VSN%"},
  {modules, [typer,
	     typer_annotator]},
  {registered, []},
  {applications, [compiler, dialyzer, hipe, kernel, stdlib]},
  {env, []}]}.