diff options
author | Niklas Hambüchen <mail@nh2.me> | 2013-08-20 17:00:21 +0900 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-22 16:25:01 -0500 |
commit | 02babd88c500b35935b98341f30c48b60396dce0 (patch) | |
tree | 6b1d33d62c9811e549f9251d3b4fa0f78b16493b /compiler/iface | |
parent | 057628e016f38f9ed882cf950554ceed795d1d58 (diff) | |
download | haskell-02babd88c500b35935b98341f30c48b60396dce0.tar.gz |
MkIface: More specific comment about what forms the interface hash
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'compiler/iface')
-rw-r--r-- | compiler/iface/MkIface.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index 41822293fa..84c2e96ca2 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, |