summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-09-19 10:47:04 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-20 05:15:52 -0400
commit070f7b852a2662e8b5058c2fb40ef1c5a25c86d7 (patch)
tree7deb4d809509ea485219c9a4858b53c7ffc17a30
parentf257bf735c1c4b7d60f954795c8398a7c51b8cc9 (diff)
downloadhaskell-070f7b852a2662e8b5058c2fb40ef1c5a25c86d7.tar.gz
Remove trailing whitespace
-rw-r--r--hadrian/README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/hadrian/README.md b/hadrian/README.md
index bc640cd5de..828761ef0f 100644
--- a/hadrian/README.md
+++ b/hadrian/README.md
@@ -286,20 +286,20 @@ Here are a few simple suggestions that might help you fix the build:
* If Hadrian fails with the message
`Configuration file hadrian/cfg/system.config is missing`, you have probably
- forgotten to pass the `--configure` flag during the first build.
+ forgotten to pass the `--configure` flag during the first build.
-* With the `--configure` (`-c`) flag, Hadrian sometimes fetches a wrong
+* With the `--configure` (`-c`) flag, Hadrian sometimes fetches a wrong
Happy saying something like: `HappyTemplate-arrays-coerce: openFile: does not exist`
- (as mentioned [here](https://github.com/haskell/cabal/issues/5867)), in
+ (as mentioned [here](https://github.com/haskell/cabal/issues/5867)), in
which case you might be better off running `./configure` manually before Hadrian.
-* The call to `build test` sometimes fails with
- `libCffi_p.a: copyFile: does not exist` (as noticed
- [here](https://gitlab.haskell.org/ghc/ghc/issues/15877#note_166739)).
- The workaround is to `rm _build/stage1/libffi/build/inst/lib/libffi.a` and
+* The call to `build test` sometimes fails with
+ `libCffi_p.a: copyFile: does not exist` (as noticed
+ [here](https://gitlab.haskell.org/ghc/ghc/issues/15877#note_166739)).
+ The workaround is to `rm _build/stage1/libffi/build/inst/lib/libffi.a` and
start over.
-If you need help in debugging Hadrian, read the
+If you need help in debugging Hadrian, read the
[wiki](https://github.com/snowleopard/hadrian/wiki)
and Shake's [debugging tutorial](https://shakebuild.com/debugging).
If nothing helps, don't hesitate to create a GHC issue.