[commit: ghc] master: Actually, split that last comment a bit. (15616e7)
git at git.haskell.org
git at git.haskell.org
Fri Aug 23 00:44:10 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/15616e75870623e7d4ebb1a657cbcb0f3216dff6/ghc
>---------------------------------------------------------------
commit 15616e75870623e7d4ebb1a657cbcb0f3216dff6
Author: Austin Seipp <aseipp at pobox.com>
Date: Thu Aug 22 17:43:48 2013 -0500
Actually, split that last comment a bit.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
15616e75870623e7d4ebb1a657cbcb0f3216dff6
compiler/main/HscTypes.lhs | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs
index 2603770..33dbba2 100644
--- a/compiler/main/HscTypes.lhs
+++ b/compiler/main/HscTypes.lhs
@@ -1801,10 +1801,12 @@ data Usage
-- ^ External file dependency. From a CPP #include or TH
-- addDependentFile. Should be absolute.
usg_file_hash :: Fingerprint
- -- ^ 'Fingerprint' of the file contents. We don't consider
- -- things like modification timestamps here, because there's
- -- no reason to recompile if the actual contents don't change.
- -- This previously lead to odd recompilation behaviors; see #8114
+ -- ^ 'Fingerprint' of the file contents.
+
+ -- Note: We don't consider things like modification timestamps
+ -- here, because there's no reason to recompile if the actual
+ -- contents don't change. This previously lead to odd
+ -- recompilation behaviors; see #8114
}
deriving( Eq )
-- The export list field is (Just v) if we depend on the export list:
More information about the ghc-commits
mailing list