aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer/src/typer.app.src
blob: 850829e1dc0ab9782ffdaa9f7e5666c00d984508 (plain) (blame)
1
2
3
4
5
6
7
8
9
% 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, []}]}.