blob: 850829e1dc0ab9782ffdaa9f7e5666c00d984508 (
plain) (
tree)
|
|
% 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, []}]}.
|