summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-04-08 05:44:12 -0400
committerMatthew Pickering <matthewtpickering@gmail.com>2021-04-08 05:44:12 -0400
commit3a7712e205c51556aed54390c1ccc70fde0e84bd (patch)
tree01b9503f72b239f7bd9c85d0de6969d4e0b6f98d
parentd014ab0db0c167ab5a0f9cb15280aee6fd8f3621 (diff)
downloadhaskell-wip/t19501.tar.gz
Update HACKING.mdwip/t19501
-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.