diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-04-08 05:44:12 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-09 03:34:31 -0400 |
commit | c1d6daab8213561cdb4002b66d69b8c6d38a8dd9 (patch) | |
tree | bba102f448bc28404d002dcfb74ba8a9a3c93df0 /HACKING.md | |
parent | 70c39e220aa75608e277f311b53f8428c2abc4ff (diff) | |
download | haskell-c1d6daab8213561cdb4002b66d69b8c6d38a8dd9.tar.gz |
Update HACKING.md
Diffstat (limited to 'HACKING.md')
-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. |