Skip to content

Commit 8c3b44c

Browse files
committed
Update snapshot references in documentation
1 parent e175a44 commit 8c3b44c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/GUIDE.md

Lines changed: 3 additions & 3 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-20.1`, as is currently the
505+
* The appropriate resolver value (`resolver: lts-20.4`, as is currently the
506506
latest LTS)
507507
* The GHC version used
508508
* A full list of all packages available in this snapshot
@@ -523,14 +523,14 @@ 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-11-21 - please see the resolver from the link
526+
Right now, this is currently 2022-12-16 - please see the resolver from the link
527527
above to get the latest.
528528

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

531531
~~~text
532532
stack build
533-
# Downloaded nightly-2020-07-31 build plan.
533+
# Downloaded nightly-2022-12-16 build plan.
534534
# build output ...
535535
~~~
536536

0 commit comments

Comments
 (0)