Skip to content

Commit

Permalink
exercise_readme: explain options for upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
petertseng committed Aug 1, 2021
1 parent fcd60ed commit 2a29d9a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion config/exercise_readme.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ RedownloadInvalidResponse Request {
```

You are probably running an old stack version and need
to upgrade it.
to upgrade it. Try running:

```bash
stack upgrade
```

Or see other options for upgrading at [Stack documentation](https://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade).

#### Otherwise, if you get an error message like this...

Expand Down
8 changes: 7 additions & 1 deletion exercises/shared/.docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ RedownloadInvalidResponse Request {
```

You are probably running an old stack version and need
to upgrade it.
to upgrade it. Try running:

```bash
stack upgrade
```

Or see other options for upgrading at [Stack documentation](https://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade).

#### Otherwise, if you get an error message like this...

Expand Down

0 comments on commit 2a29d9a

Please sign in to comment.