Skip to content

Commit d6058b2

Browse files
committed
Update documentation
1 parent 4bb9154 commit d6058b2

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Release notes:
66

77
* After an upgrade from an earlier version of Stack, on first use only,
8-
Stack 2.14.0 may warn that it had trouble loading the CompilerPaths cache.
8+
Stack 2.15.1 may warn that it had trouble loading the CompilerPaths cache.
99
* The hash used as a key for Stack's pre-compiled package cache has changed,
1010
following the dropping of support for Cabal versions older than `1.24.0.0`.
1111

doc/build_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Unset the flag to disable building Haddock documentation for dependencies.
254254

255255
:octicons-beaker-24: Experimental
256256

257-
:octicons-tag-24: UNRELEASED
257+
[:octicons-tag-24: 2.15.1](https://github.com/commercialhaskell/stack/releases/tag/v2.15.1)
258258

259259
Default: Disabled
260260

doc/setup_command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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.13.1 considers:
46+
For example, Stack 2.15.1 considers:
4747

4848
* If `libc.musl-x86_64.so.1` is present. This file is provided by the
4949
[musl libc](https://musl.libc.org/).
@@ -63,7 +63,7 @@ command are inconsistent and take no action.
6363
provided by different versions of a shared low-level terminfo library
6464
for terminal handling.
6565

66-
Stack 2.13.1 uses `ghc-build`:
66+
Stack 2.15.1 uses `ghc-build`:
6767

6868
* `musl` to indicate `libc.musl-x86_64.so.1` is present and Stack should use
6969
the GHC binary distribution for Alpine Linux.

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.13.1` seeks an upgrade to Stack 2.13.1 if
82+
* `stack upgrade --binary-version 2.15.1` seeks an upgrade to Stack 2.15.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/upload_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ archive should be copied to the specified directory.
6363

6464
:octicons-beaker-24: Experimental
6565

66-
:octicons-tag-24: UNRELEASED
66+
[:octicons-tag-24: 2.15.1](https://github.com/commercialhaskell/stack/releases/tag/v2.15.1)
6767

6868
Hackage accepts documentation for a package for uploading in a standard form and
6969
in a compressed archive ('tarball') in the `.tar.gz` format.

doc/yaml_configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ build:
539539
haddock-deps: false
540540

541541
# If specified, implies haddock-internal: false and
542-
# haddock-hyperlink-source: true. Since Stack UNRELEASED.
542+
# haddock-hyperlink-source: true. Since Stack 2.15.1.
543543
haddock-for-hackage: false
544544

545545
# The configuration is ignored, if haddock-for-hackage: true.
@@ -1255,7 +1255,7 @@ For further information, see the
12551255

12561256
### notify-if-arch-unknown
12571257

1258-
:octicons-tag-24: UNRELEASED
1258+
[:octicons-tag-24: 2.15.1](https://github.com/commercialhaskell/stack/releases/tag/v2.15.1)
12591259

12601260
Default: `true`
12611261

@@ -1264,7 +1264,7 @@ should Stack notify the user of that?
12641264

12651265
### notify-if-cabal-untested
12661266

1267-
:octicons-tag-24: UNRELEASED
1267+
[:octicons-tag-24: 2.15.1](https://github.com/commercialhaskell/stack/releases/tag/v2.15.1)
12681268

12691269
Default: `true`
12701270

@@ -1273,7 +1273,7 @@ been found, should Stack notify the user of that?
12731273

12741274
### notify-if-ghc-untested
12751275

1276-
:octicons-tag-24: UNRELEASED
1276+
[:octicons-tag-24: 2.15.1](https://github.com/commercialhaskell/stack/releases/tag/v2.15.1)
12771277

12781278
Default: `true`
12791279

@@ -1282,7 +1282,7 @@ Stack notify the user of that?
12821282

12831283
### notify-if-nix-on-path
12841284

1285-
:octicons-tag-24: UNRELEASED
1285+
[:octicons-tag-24: 2.15.1](https://github.com/commercialhaskell/stack/releases/tag/v2.15.1)
12861286

12871287
Default: `true`
12881288

@@ -1521,7 +1521,7 @@ setup-info:
15211521

15221522
'Platforms' are pairs of an operating system and a machine architecture (for
15231523
example, 32-bit i386 or 64-bit x86-64) (represented by the
1524-
`Cabal.Distribution.Systems.Platform` type). Stack currently (version 2.13.1)
1524+
`Cabal.Distribution.Systems.Platform` type). Stack currently (version 2.15.1)
15251525
supports the following pairs in the format of the `setup-info` key:
15261526

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

0 commit comments

Comments
 (0)