Skip to content

Commit

Permalink
Add hint about self_build_stubs_archive deletion
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
  • Loading branch information
voodoos committed Mar 3, 2020
1 parent 605ae57 commit 0a6f52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dune/upgrader.ml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,9 @@ module V2 = struct
- Stub names are no longer allowed relative paths. This was previously a warning
and is now an error.
- In `(diff? x y)` action, require `x` to exist and register a
dependency on that file.|}
dependency on that file.
- `self_build_stubs_archive` was deleted in version 2.0 of the dune
language. Use the (foreign_archives ...) field instead.|}

let upgrade todo dir =
Dune_project.default_dune_language_version := (2, 0);
Expand Down

0 comments on commit 0a6f52b

Please sign in to comment.