Skip to content

Commit 38230d2

Browse files
committed
Update version references
1 parent 9f39300 commit 38230d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
## v2.3.x (unreleased changes)
4+
## v2.3.1 (unreleased changes)
55

66
**Changes since v2.1.3.1**
77

doc/GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,13 @@ default as well).
469469

470470
Let's explore package sets a bit further. Instead of lts-14.27, let's change our
471471
`stack.yaml` file to use [the latest nightly](https://www.stackage.org/nightly). Right now,
472-
this is currently 2018-07-25 - please see the resolve from the link above to get the latest.
472+
this is currently 2020-03-24 - please see the resolve from the link above to get the latest.
473473

474474
Then, Rerunning `stack build` will produce:
475475

476476
```
477477
michael@d30748af6d3d:~/helloworld$ stack build
478-
Downloaded nightly-2018-07-31 build plan.
478+
Downloaded nightly-2020-03-24 build plan.
479479
# build output ...
480480
```
481481

etc/scripts/get-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# https://docs.haskellstack.org/en/stable/install_and_upgrade/
2626
#
2727

28-
STACK_VERSION="2.1.3"
28+
STACK_VERSION="2.3.1"
2929
HOME_LOCAL_BIN="$HOME/.local/bin"
3030
DEFAULT_DEST="/usr/local/bin/stack"
3131
# Windows doesn't have a good place for DEST, but all CI systems (Appveyor, Travis, Azure) support /bin

0 commit comments

Comments
 (0)