summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
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.