[commit: ghc] master: MkIface: More specific comment about what forms the interface hash (02babd8)
git at git.haskell.org
git at git.haskell.org
Thu Aug 22 23:25:40 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/02babd88c500b35935b98341f30c48b60396dce0/ghc
>---------------------------------------------------------------
commit 02babd88c500b35935b98341f30c48b60396dce0
Author: Niklas Hambüchen <mail at nh2.me>
Date: Tue Aug 20 17:00:21 2013 +0900
MkIface: More specific comment about what forms the interface hash
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
02babd88c500b35935b98341f30c48b60396dce0
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 4182229..84c2e96 100644
--- a/compiler/iface/MkIface.lhs
+++ b/compiler/iface/MkIface.lhs
@@ -598,7 +598,7 @@ addFingerprints hsc_env mb_old_fingerprint iface0 new_decls
-- The interface hash depends on:
-- - the ABI hash, plus
-- - usages
- -- - deps
+ -- - deps (home and external packages, dependent files)
-- - hpc
iface_hash <- computeFingerprint putNameLiterally
(mod_hash,
More information about the ghc-commits
mailing list