[commit: ghc] wip/nfs-locking: Bring ChangeModtimeAndDigest back. (dfabde8)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:57:08 UTC 2017


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

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

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

commit dfabde88d19471916a86c73a977d6f320f271978
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jan 24 17:06:09 2016 +0000

    Bring ChangeModtimeAndDigest back.
    
    [skip ci]


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

dfabde88d19471916a86c73a977d6f320f271978
 src/Main.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Main.hs b/src/Main.hs
index 0f0d450..69f739b 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -39,6 +39,7 @@ main = shakeArgsWith options CmdLineFlag.flags $ \cmdLineFlags targets -> do
         , Rules.packageRules
         , Test.testRules ]
     options = shakeOptions
-        { shakeFiles    = Base.shakeFilesPath
+        { shakeChange   = ChangeModtimeAndDigest
+        , shakeFiles    = Base.shakeFilesPath
         , shakeProgress = progressSimple
         , shakeTimings  = True }



More information about the ghc-commits mailing list