Skip to content

Commit e2af643

Browse files
committed
Merge remote-tracking branch 'origin/stable'
2 parents 4d560ee + b060b4b commit e2af643

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

doc/install_and_upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Distribution packages are available for [Ubuntu](#ubuntu), [Debian](#debian),
1414
[Fedora](#fedora),
1515
[Arch Linux](#arch-linux) and [FreeBSD](#freebsd).
1616
Binaries for other operating systems are listed below, and available on
17-
[the Github releases page](https://github.com/fpco/stack/releases). For the
17+
[the GitHub release page](https://github.com/fpco/stack/releases). For the
1818
future, we are open to supporting more OSes (to request one, please
1919
[submit an issue](https://github.com/commercialhaskell/stack/issues/new)).
2020

@@ -175,7 +175,7 @@ install it by simply doing:
175175
sudo pacman -S stack
176176

177177
Note that this version may slightly lag behind, but it should be updated within
178-
the day. The package is also always rebuilt and updated when one of it's
178+
the day. The package is also always rebuilt and updated when one of its
179179
dependencies gets an update.
180180

181181
- [stack](https://www.archlinux.org/packages/community/x86_64/stack/) _latest stable version_

doc/yaml_configuration.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@ does not rely on correct ordering in the package index, while revision
164164
number is likely simpler to use. In practice, both should guarantee
165165
equally reproducible build plans.
166166

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

174169
Like `packages`, local file paths can be used in `extra-deps`, and
@@ -231,8 +226,11 @@ extra-deps:
231226
- wai
232227
```
233228

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

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

0 commit comments

Comments
 (0)