[commit: ghc] master: MkIface: When printing the recomp reason, make clear only mtime is used (4389cbd)
git at git.haskell.org
git at git.haskell.org
Thu Aug 22 23:25:36 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4389cbd5084db9030696482fc88159f5e6acb033/ghc
>---------------------------------------------------------------
commit 4389cbd5084db9030696482fc88159f5e6acb033
Author: Niklas Hambüchen <mail at nh2.me>
Date: Tue Aug 20 18:13:05 2013 +0900
MkIface: When printing the recomp reason, make clear only mtime is used
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
4389cbd5084db9030696482fc88159f5e6acb033
compiler/iface/MkIface.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs
index 84c2e96..3781ebd 100644
--- a/compiler/iface/MkIface.lhs
+++ b/compiler/iface/MkIface.lhs
@@ -1347,7 +1347,7 @@ checkModUsage _this_pkg UsageFile{ usg_file_path = file,
then return recomp
else return UpToDate
where
- recomp = RecompBecause (file ++ " changed")
+ recomp = RecompBecause (file ++ " time stamp changed")
handle =
#ifdef DEBUG
\e -> pprTrace "UsageFile" (text (show e)) $ return recomp
More information about the ghc-commits
mailing list