[commit: ghc] wip/nfs-locking: Switch on ChangeModtimeAndDigest by default. (c9b2b76)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:13:18 UTC 2017


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

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

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

commit c9b2b7633dea28eb1e5e0f6001f9cc12b34c8584
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Jan 21 19:14:08 2016 +0000

    Switch on ChangeModtimeAndDigest by default.


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

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

diff --git a/src/Main.hs b/src/Main.hs
index 5c62479..f83734c 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -35,6 +35,7 @@ main = shakeArgsWith options 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