Procházet zdrojové kódy

Add compiler to applications and update description

pull/3/head
Pedram Nimreezi před 12 roky
rodič
revize
955b76fe50
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      src/goldrush.app.src

+ 3
- 3
src/goldrush.app.src Zobrazit soubor

@ -1,8 +1,8 @@
{application, goldrush, [
{description, ""},
{vsn, "0.1.0"},
{description, "Erlang event stream processor"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib, syntax_tools]},
{applications, [kernel, stdlib, syntax_tools, compiler]},
{mod, {gr_app, []}},
{env, []}
]}.

Načítá se…
Zrušit
Uložit