[commit: ghc] wip/nfs-locking: Comments only (58e2120)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:35:20 UTC 2017


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

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

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

commit 58e21200a04bc17f5cb7c8fb8dbd36cecc03d36a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Jul 19 20:17:07 2017 +0100

    Comments only
    
    See #345


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

58e21200a04bc17f5cb7c8fb8dbd36cecc03d36a
 src/UserSettings.hs | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/UserSettings.hs b/src/UserSettings.hs
index 4398700..a3a65ab 100644
--- a/src/UserSettings.hs
+++ b/src/UserSettings.hs
@@ -43,10 +43,11 @@ putBuild = putColoured Dull Magenta
 putSuccess :: String -> Action ()
 putSuccess = putColoured Dull Green
 
--- | Path to the GHC install destination
--- It is by default empty, representing the root of file system,
--- or it might be a directory.
--- It is usually used with @prefix@, like @/usr/local@
+-- | Path to the GHC install destination. It is empty by default, which
+-- corresponds to the root of the file system. You can replace it by a specific
+-- directory. Make sure you use correct absolute path on Windows, e.g. "C:/path".
+-- The destination directory is used with a @prefix@, commonly @/usr/local@,
+-- i.e. GHC is installed into "C:/path/usr/local" for the above example.
 defaultDestDir :: FilePath
 defaultDestDir = ""
 



More information about the ghc-commits mailing list