[commit: ghc] wip/nfs-locking: Add a link to the user settings doc (f715a27)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:30:32 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/f715a274f7ef2e07625f22401f755a30dfbce001/ghc
>---------------------------------------------------------------
commit f715a274f7ef2e07625f22401f755a30dfbce001
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat May 14 14:05:05 2016 +0100
Add a link to the user settings doc
See #245. [skip ci]
>---------------------------------------------------------------
f715a274f7ef2e07625f22401f755a30dfbce001
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5c950dd..fdbdbc5 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,8 @@ a GHC [bug][ghc-split-objs-bug], you need a full clean rebuild when using this f
#### User settings
The `make`-based build system uses `mk/build.mk` to specify user build settings. We
-use [`src/Settings/User.hs`][user-settings] for the same purpose. Feel free to
-experiment following the Haddock comments.
+use [`src/Settings/User.hs`][user-settings] for the same purpose, see
+[documentation](doc/user-settings.md).
#### Clean and full rebuild
More information about the ghc-commits
mailing list