Browse Source

fix needed_files type spec

pull/1938/head
Tristan Sloughter 6 years ago
parent
commit
beb8878a6c
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/rebar_compiler.erl

+ 2
- 1
src/rebar_compiler.erl View File

@ -19,7 +19,8 @@
include_dirs => [file:dirname()],
src_ext => extension(),
out_mappings => out_mappings()}.
-callback needed_files(digraph:graph(), [file:filename()], list(), rebar_app_info:t()) -> [file:filename()].
-callback needed_files(digraph:graph(), [file:filename()], out_mappings(),
rebar_app_info:t()) -> [file:filename()].
-callback dependencies(file:filename(), file:dirname(), [file:dirname()]) -> [file:filename()].
-callback compile(file:filename(), out_mappings(), rebar_dict(), list()) ->
ok | {ok, [string()]} | {ok, [string()], [string()]}.

Loading…
Cancel
Save