Skip to content

Commit 9faa4cc

Browse files
committed
Complete release preparation step D
1 parent b7fb5b4 commit 9faa4cc

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

doc/build_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ This can be useful with `stack build --dry-run`.
585585

586586
### `--progress-bar` option
587587

588-
:octicons-tag-24: UNRELEASED
588+
[:octicons-tag-24: 2.13.1](https://github.com/commercialhaskell/stack/releases/tag/v2.13.1)
589589

590590
Default: `capped`
591591

doc/global_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ to standard output (e.g. `2.9.1`) and quit.
162162

163163
## `--[no-]plan-in-log` flag
164164

165-
:octicons-tag-24: UNRELEASED
165+
[:octicons-tag-24: 2.13.1](https://github.com/commercialhaskell/stack/releases/tag/v2.13.1)
166166

167167
Default: Disabled
168168

doc/setup_command.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,30 @@ command are inconsistent and take no action.
4343
required on Linux, Stack will refer to the presence or absence of certain
4444
libraries or the versions of those libraries.
4545

46-
For example, Stack 2.11.1 considers:
46+
For example, Stack 2.13.1 considers:
4747

48-
* the version of `libc6`, the
48+
* If `libc.musl-x86_64.so.1` is present. This file is provided by the
49+
[musl libc](https://musl.libc.org/).
50+
51+
* The version of `libc6` (if musl libc is not applicable), the
4952
[GNU C Library](https://www.gnu.org/software/libc/) (glibc), that is
5053
present. The GNU C Library is designed to be backwards compatible.
5154

52-
* if `libgmp.so.3` or `libgmp.so.10` is present. These files are provided
55+
* If `libgmp.so.3` or `libgmp.so.10` is present. These files are provided
5356
by different versions of the
5457
[GNU Multiple Precision Arithmetic Library](https://gmplib.org/).
5558

56-
* if `libncursesw.so.6` is present. This file is provided by a shared
59+
* If `libncursesw.so.6` is present. This file is provided by a shared
5760
library for terminal handling with wide character support.
5861

59-
* if `libtinfo.so.5` or `libtinfo.so.6` is present. These files are
62+
* If `libtinfo.so.5` or `libtinfo.so.6` is present. These files are
6063
provided by different versions of a shared low-level terminfo library
6164
for terminal handling.
6265

63-
Stack 2.11.1 uses `ghc-build`:
66+
Stack 2.13.1 uses `ghc-build`:
6467

68+
* `musl` to indicate `libc.musl-x86_64.so.1` is present and Stack should use
69+
the GHC binary distribution for Alpine Linux.
6570
* `tinfo6` to indicate `libgmp.so.10` and `libtinfo.so.6` are present and
6671
`libc6` is compatible with `libc6` 2.32.
6772
* `tinfo6-libc6-pre232` to indicate `libgmp.so.10` and `libtinfo.so.6` are

doc/upgrade_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When compiling from source code, by default:
7979
`my-stack upgrade --no-only-local-bin` seeks also to upgrade `my-stack` to the
8080
latest version of Stack available.
8181

82-
* `stack upgrade --binary-version 2.11.1` seeks an upgrade to Stack 2.11.1 if
82+
* `stack upgrade --binary-version 2.13.1` seeks an upgrade to Stack 2.13.1 if
8383
available as a binary distribution for the platform, even if not newer.
8484

8585
* `stack upgrade --source-only` seeks an upgrade by building Stack with

doc/yaml_configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ build:
463463

464464
# Since 1.8. Starting with 2.0, the default is true
465465
interleaved-output: true
466-
# Since UNRELEASED. Available options are none, count-only, capped and full.
466+
# Since 2.13.1. Available options are none, count-only, capped and full.
467467
progress-bar: capped
468468
# Since 1.10.
469469
ddump-dir: ""
@@ -480,7 +480,7 @@ of the same name. For further information, see the
480480

481481
### casa
482482

483-
:octicons-tag-24: UNRELEASED
483+
[:octicons-tag-24: 2.13.1](https://github.com/commercialhaskell/stack/releases/tag/v2.13.1)
484484

485485
Default:
486486

@@ -1366,7 +1366,7 @@ setup-info:
13661366

13671367
'Platforms' are pairs of an operating system and a machine architecture (for
13681368
example, 32-bit i386 or 64-bit x86-64) (represented by the
1369-
`Cabal.Distribution.Systems.Platform` type). Stack currently (version 2.11.1)
1369+
`Cabal.Distribution.Systems.Platform` type). Stack currently (version 2.13.1)
13701370
supports the following pairs in the format of the `setup-info` key:
13711371

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

0 commit comments

Comments
 (0)