Skip to content

Commit b5ea948

Browse files
committed
readme: replace all mentions of 8.* with 9.* ;-)
1 parent 2154b0f commit b5ea948

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,29 +57,29 @@ examples include 'x86_64-linux-tinfo6', 'x86_64-linux', 'aarch64-linux-nix',
5757
List a project's builds:
5858
```ShellSession
5959
$ stack-clean-old list
60-
154M 8.2.2 (5 dirs)
61-
154M 8.4.4 (5 dirs)
62-
163M 8.6.5 (5 dirs)
60+
154M 9.2.8 (5 dirs)
61+
154M 9.4.5 (5 dirs)
62+
163M 9.6.2 (5 dirs)
6363
```
64-
Remove project's 8.2.2 builds:
64+
Remove project's 9.0.2 builds:
6565
```ShellSession
66-
$ stack-clean-old remove --delete --project 8.2.2
66+
$ stack-clean-old remove --delete --project 9.0.2
6767
:
6868
```
6969
(--project is optional in a project dir).
7070

71-
Remove stack ghc-8.4 snapshot builds and minor compilers before 8.4.4:
71+
Remove stack ghc-9.4 snapshot builds and minor compilers before 9.4.4:
7272
```ShellSession
73-
$ stack-clean-old list --global 8.4
74-
421M 8.4.1 (7 dirs)
75-
368M 8.4.2 (6 dirs)
76-
489M 8.4.3 (8 dirs)
77-
799M 8.4.4 (24 dirs)
78-
$ stack-clean-old keep-minor -d -g 8.4.4
79-
ghc-tinfo6-8.4.3 removed
80-
7 dirs removed for 8.4.1
81-
6 dirs removed for 8.4.2
82-
8 dirs removed for 8.4.3
73+
$ stack-clean-old list --global 9.4
74+
421M 9.4.1 (7 dirs)
75+
368M 9.4.2 (6 dirs)
76+
489M 9.4.3 (8 dirs)
77+
799M 9.4.4 (24 dirs)
78+
$ stack-clean-old keep-minor -d -g 9.4.4
79+
ghc-tinfo6-9.4.3 removed
80+
7 dirs removed for 9.4.1
81+
6 dirs removed for 9.4.2
82+
8 dirs removed for 9.4.3
8383
```
8484
(--global is optional outside a project dir).
8585

0 commit comments

Comments
 (0)