aboutsummaryrefslogblamecommitdiffstats
path: root/lib/typer/src/typer.app.src
blob: 3eb0cbf816a29f7e10bcf6a8f7b944c89625b29d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                     
% This is an -*- erlang -*- file.

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