[commit: ghc] wip/nfs-locking: Fix paths to user settings (157b855)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:04:02 UTC 2017


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

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

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

commit 157b855a026ca48b69ba0dba6a473c34f23cfaa4
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jun 2 23:27:10 2016 +0100

    Fix paths to user settings
    
    [skip ci]


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

157b855a026ca48b69ba0dba6a473c34f23cfaa4
 doc/user-settings.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/user-settings.md b/doc/user-settings.md
index a5185ad..1dbfd6f 100644
--- a/doc/user-settings.md
+++ b/doc/user-settings.md
@@ -1,8 +1,9 @@
 # User settings
 
-You can customise Hadrian by copying the file ./src/UserSettings.hs to
-./UserSettings.hs and specifying user build settings in
-`./UserSettings.hs`. Here we document currently supported settings.
+You can customise Hadrian by copying the file `hadrian/src/UserSettings.hs` to
+`hadrian/UserSettings.hs` and overriding the default build settings (if you don't
+copy the file your changes will be tracked by `git` and you can accidentally commit
+them). Here we document currently supported settings.
 
 ## Build directory
 



More information about the ghc-commits mailing list