Selaa lähdekoodia

Add compiler to applications and update description

pull/3/head
Pedram Nimreezi 12 vuotta sitten
vanhempi
commit
955b76fe50
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      src/goldrush.app.src

+ 3
- 3
src/goldrush.app.src Näytä tiedosto

@ -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, []}
]}.

Ladataan…
Peruuta
Tallenna