[commit: ghc] wip/nfs-locking: Fix predicate (c8725b2)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:00:38 UTC 2017


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

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

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

commit c8725b225655b0d7f320cff4ebff1fb1918311f4
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun May 15 00:14:34 2016 +0100

    Fix predicate
    
    [skip ci]


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

c8725b225655b0d7f320cff4ebff1fb1918311f4
 doc/user-settings.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user-settings.md b/doc/user-settings.md
index e6b81f8..4624e2d 100644
--- a/doc/user-settings.md
+++ b/doc/user-settings.md
@@ -123,7 +123,7 @@ verboseCommands = builder (Ghc Link)
 verboseCommands = builder (Gcc Compile) &&^ package compiler
 
 -- Use patterns when matching files:
-verboseCommands = file "//rts/sm/*" &&^ way threaded
+verboseCommands = output "//rts/sm/*" &&^ way threaded
 
 -- Print all commands:
 verboseCommands = return True



More information about the ghc-commits mailing list