summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-04-08 05:44:12 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-09 03:34:31 -0400
commitc1d6daab8213561cdb4002b66d69b8c6d38a8dd9 (patch)
treebba102f448bc28404d002dcfb74ba8a9a3c93df0 /HACKING.md
parent70c39e220aa75608e277f311b53f8428c2abc4ff (diff)
downloadhaskell-c1d6daab8213561cdb4002b66d69b8c6d38a8dd9.tar.gz
Update HACKING.md
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index d7b74b6d8d..ffd78b8076 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -56,7 +56,7 @@ is both quick to build and consistent with our testsuite:
$ ./validate --build-only
```
-You can use the `./inplace/bin/ghc-stage2` binary to play with the
+You can use the `_validatebuild/stage1/bin/ghc` binary to play with the
newly built compiler.
Now, hack on your copy and rebuild (with `make`) as necessary.