Skip to content

Commit 1010f14

Browse files
committed
Tidy up release candidate documentation
1 parent 1383713 commit 1010f14

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ name: Question
33
about: Ask a question about Stack usage
44
---
55

6-
Do you have a question regarding stack's usage that isn't covered by [the docs](http://haskellstack.org)?
7-
In that case please ask your question on [Stack Overflow](http://stackoverflow.com) and use [the haskell-stack tag](http://stackoverflow.com/questions/tagged/haskell-stack).
8-
This way your question will be more easily discoverable by other people with the same question.
6+
Do you have a question regarding Stack's usage that isn't covered by
7+
[the docs](http://haskellstack.org)? In that case please ask your question on
8+
[Stack Overflow](http://stackoverflow.com) and use
9+
[the haskell-stack tag](http://stackoverflow.com/questions/tagged/haskell-stack).
10+
This way your question will be more easily discoverable by other people with the
11+
same question.
912

10-
Question related to stack project templates? Please report it at the [stack-templates](https://github.com/commercialhaskell/stack-templates) repository instead.
13+
Question related to Stack project templates? Please report it at the
14+
[stack-templates](https://github.com/commercialhaskell/stack-templates) repository instead.
1115

12-
if you still want to ask the question here instead, please make sure that you are using the latest release (current stack-2.1.1).
13-
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
16+
If you still want to ask the question here instead, please make sure that you
17+
are using the latest release (current stack-2.7.5). See the
18+
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
19+
to upgrade.
1420

1521
### Stack version
1622

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ documentation, please submit a
135135
changes/additions based off the
136136
[stable branch](https://github.com/commercialhaskell/stack/tree/stable).
137137

138-
The specific versions of the online documentation (eg `v: v2.7.5`) are generated
138+
The specific versions of the online documentation (eg `v: v2.9.1`) are generated
139139
from the content of files at the point in the responsitory's history specified
140140
by the corresponding release tag. Consequently, that content is fixed once
141141
released.

doc/GUIDE_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ output (e.g. `0.35.0`) and quit.
1313

1414
## The `stack --numeric-version` flag
1515

16-
Stack will report its numeric version to standard output (e.g. `2.7.5`) and
16+
Stack will report its numeric version to standard output (e.g. `2.9.1`) and
1717
quit.
1818

1919
## The `stack --[no-]rsl-in-log` flag

doc/yaml_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ setup-info:
11051105

11061106
'Platforms' are pairs of an operating system and a machine architecture (for
11071107
example, 32-bit i386 or 64-bit x86-64) (represented by the
1108-
`Cabal.Distribution.Systems.Platform` type). Stack currently (version 2.7.5)
1108+
`Cabal.Distribution.Systems.Platform` type). Stack currently (version 2.9.1)
11091109
supports the following pairs in the format of the `setup-info` key:
11101110

11111111
|Operating system|I386 arch|X86_64 arch|Other machine architectures |

0 commit comments

Comments
 (0)