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

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