Skip to content

Commit c93e14e

Browse files
committed
Correct current versions in documentation
1 parent fba560f commit c93e14e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/GUIDE_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ quit.
1818

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

21-
[:octicons-tag-24: 2.7.6](https://github.com/commercialhaskell/stack/releases/tag/v2.7.6)
21+
[:octicons-tag-24: 2.9.1](https://github.com/commercialhaskell/stack/releases/tag/v2.9.1)
2222

2323
Default: Disabled
2424

doc/yaml_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,8 @@ Stack's 'work' directory.
14641464

14651465
### GHC installation customisation (experimental)
14661466

1467+
[:octicons-tag-24: 2.9.1](https://github.com/commercialhaskell/stack/releases/tag/v2.9.1)
1468+
14671469
On Unix-like operating systems and Windows, Stack's installation procedure can
14681470
be fully customised by placing a `sh` shell script (a 'hook') in the Stack root
14691471
directory at `hooks/ghc-install.sh`. On Unix-like operating systems, the script
@@ -1522,5 +1524,3 @@ For "ghcjs", additional variables are:
15221524

15231525
* `HOOK_GHC_VERSION = <ver>`
15241526
* `HOOK_GHCJS_VERSION = <ver>`
1525-
1526-
Since 2.7.x

0 commit comments

Comments
 (0)