diff options
| -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, |
