Skip to content

Commit fc78530

Browse files
committed
Fix #5271 Add note to extra-deps documentation
1 parent 76548af commit fc78530

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/yaml_configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ extra-deps:
208208
the configuration means "extra-deps packages in directories
209209
`/dir1/dir2/my-package` and `/dir1/dir2/dir3/my-other-package`".
210210

211+
!!! note
212+
213+
A local file path that has the format of a package identifier will be
214+
interpreted as a reference to a package on Hackage. Prefix it with `./` to
215+
avoid that confusion.
216+
211217
!!! note
212218

213219
A specified extra-dep that does not have the format of a valid Pantry

0 commit comments

Comments
 (0)