[commit: ghc] wip/nfs-locking: Minor revision (0579308)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:18:05 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/0579308f9cb7444e28a230867c8ba462238747dd/ghc

>---------------------------------------------------------------

commit 0579308f9cb7444e28a230867c8ba462238747dd
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Jun 24 00:54:42 2016 +0100

    Minor revision


>---------------------------------------------------------------

0579308f9cb7444e28a230867c8ba462238747dd
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6b5b234..4ce3b3a 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,13 @@ runs the `boot` and `configure` scripts automatically on the first build, so tha
 need to. Use `--skip-configure` to suppress this behaviour (see overview of command line
 flags below).
 
-* Also note on OS X newer versions of XCode ship with a broken `nm` tool ([#1174](https://ghc.haskell.org/trac/ghc/ticket/11744)). To mitigate the problem place something like 
+* Also note on OS X newer versions of XCode ship with a broken `nm` tool
+([#11744](https://ghc.haskell.org/trac/ghc/ticket/11744)). One way to mitigate the
+problem is to add the following into your `UserSettings.hs`:
   ````haskell
   userArgs :: Args
   userArgs = builder (Configure ".") ? arg "--with-nm=$(xcrun --find nm-classic)"
   ````
- in your `UserSettings.hs`.
 
 Using the build system
 ----------------------



More information about the ghc-commits mailing list