@@ -427,7 +427,7 @@ With that out of the way, let's dig a little bit more into these package sets,
427427also known as *snapshots*. We mentioned the LTS resolvers, and you can get quite a bit of
428428information about it at [https://www.stackage.org/lts](https://www.stackage.org/lts), including :
429429
430- * The appropriate resolver value (`resolver: lts-11.2 `, as is currently the latest LTS)
430+ * The appropriate resolver value (`resolver: lts-11.5 `, as is currently the latest LTS)
431431* The GHC version used
432432* A full list of all packages available in this snapshot
433433* The ability to perform a Hoogle search on the packages in this snapshot
@@ -444,7 +444,7 @@ default as well).
444444
445445# # Resolvers and changing your compiler version
446446
447- Let's explore package sets a bit further. Instead of lts-11.2 , let's change our
447+ Let's explore package sets a bit further. Instead of lts-11.5 , let's change our
448448` stack.yaml` file to use [the latest nightly](https://www.stackage.org/nightly). Right now,
449449this is currently 2017-12-19 - please see the resolve from the link above to get the latest.
450450
@@ -460,8 +460,8 @@ We can also change resolvers on the command line, which can be useful in a
460460Continuous Integration (CI) setting, like on Travis. For example :
461461
462462` ` `
463- michael@d30748af6d3d:~/helloworld$ stack --resolver lts-11.2 build
464- Downloaded lts-11.2 build plan.
463+ michael@d30748af6d3d:~/helloworld$ stack --resolver lts-11.5 build
464+ Downloaded lts-11.5 build plan.
465465# build output ...
466466` ` `
467467
0 commit comments