Update OLD_GHCVER in documentation so copy-paste works

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
Mihai Maruseac 2025-07-14 07:10:27 -07:00
parent bea88e80e4
commit 85402ce53f
No known key found for this signature in database

View File

@ -247,7 +247,7 @@ To pull the nightly image manually run `docker pull ghcr.io/commercialhaskell/st
```
# for example
SNAP_SERIES=nightly # or ltsXX
OLD_GHCVER=9.10.1
OLD_GHCVER=9.10.2
rm -r work/$SNAP_SERIES/unpack-dir/.stack-work/install/x86_64-linux-tinfo6/*/$OLD_GHCVER/
```