File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ also known as *snapshots*. We mentioned the LTS resolvers, and you can get quite
502502a 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
524524Let'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
527527above to get the latest.
528528
529529Then, commanding `stack build` again will produce :
530530
531531~~~text
532532stack build
533- # Downloaded nightly-2020-07-31 build plan.
533+ # Downloaded nightly-2022-12-16 build plan.
534534# build output ...
535535~~~
536536
You can’t perform that action at this time.
0 commit comments