Skip to content

Commit 36fc1d7

Browse files
committed
Update documentation for release candidate
1 parent 3a82067 commit 36fc1d7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ also known as *snapshots*. We mentioned the LTS resolvers, and you can get quite
502502
a bit of information about it at
503503
[https://www.stackage.org/lts](https://www.stackage.org/lts), including:
504504

505-
* The appropriate resolver value (`resolver: lts-19.17`, as is currently the
505+
* The appropriate resolver value (`resolver: lts-20.1`, as is currently the
506506
latest LTS)
507507
* The GHC version used
508508
* A full list of all packages available in this snapshot
@@ -523,7 +523,7 @@ towards by default as well).
523523

524524
Let's explore package sets a bit further. Instead of lts-19.17, let's change our
525525
`stack.yaml` file to use the [latest nightly](https://www.stackage.org/nightly).
526-
Right now, this is currently 2022-07-31 - please see the resolve from the link
526+
Right now, this is currently 2022-11-21 - please see the resolver from the link
527527
above to get the latest.
528528

529529
Then, commanding `stack build` again will produce:

doc/build_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ project packages or from local dependencies). See also the `--file-watch` flag.
331331

332332
### The `stack build --tests-allow-stdin` flag
333333

334-
:octicons-tag-24: Unreleased
334+
:octicons-tag-24: 2.9.3
335335

336336
Default: Enabled
337337

doc/yaml_configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ allow-newer: true
369369

370370
### allow-newer-deps (experimental)
371371

372+
:octicons-tag-24: 2.9.3
373+
372374
Default: `none`
373375

374376
Determines a subset of packages to which `allow-newer` should apply. This option
@@ -977,7 +979,7 @@ For further information, see the
977979

978980
### package-index
979981

980-
:octicons-tag-24: Unreleased
982+
:octicons-tag-24: 2.9.3
981983

982984
Default:
983985

0 commit comments

Comments
 (0)