diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-04-08 05:44:12 -0400 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-04-08 05:44:12 -0400 |
commit | 3a7712e205c51556aed54390c1ccc70fde0e84bd (patch) | |
tree | 01b9503f72b239f7bd9c85d0de6969d4e0b6f98d | |
parent | d014ab0db0c167ab5a0f9cb15280aee6fd8f3621 (diff) | |
download | haskell-3a7712e205c51556aed54390c1ccc70fde0e84bd.tar.gz |
Update HACKING.mdwip/t19501
-rw-r--r-- | HACKING.md | 2 |
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. |