Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions doc/yaml_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ does not rely on correct ordering in the package index, while revision
number is likely simpler to use. In practice, both should guarantee
equally reproducible build plans.

If unspecified, `subdirs` defaults to `['.']` (i.e. look only in the top-level
directory). Note that if you specify a value of `subdirs`, then `'.'` is _not_
included by default and needs to be explicitly specified if a required package
is found in the top-level directory of the repository.

#### Local file path

Like `packages`, local file paths can be used in `extra-deps`, and
Expand Down Expand Up @@ -231,8 +226,11 @@ extra-deps:
- wai
```

If unspecified, `subdirs` defaults to `subdirs: [.]`, or looking for a
package in the root of the repo.
If unspecified, `subdirs` defaults to `['.']` meaning looking for a
package in the root of the repo.. Note that if you specify a value of
`subdirs`, then `'.'` is _not_ included by default and needs to be
explicitly specified if a required package is found in the top-level
directory of the repository.

#### Archives (HTTP(S) or local filepath)

Expand Down