[commit: ghc] master: Remove unnecessary extra use of orphan_hash (25d3e4b)

Simon Marlow marlowsd at gmail.com
Mon Jan 16 14:28:16 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/25d3e4ba84c0127acd43edded86e293637c6939b

>---------------------------------------------------------------

commit 25d3e4ba84c0127acd43edded86e293637c6939b
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Mon Jan 16 13:23:24 2012 +0000

    Remove unnecessary extra use of orphan_hash

>---------------------------------------------------------------

 compiler/iface/MkIface.lhs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs
index 8341a1d..9904042 100644
--- a/compiler/iface/MkIface.lhs
+++ b/compiler/iface/MkIface.lhs
@@ -594,8 +594,7 @@ addFingerprints hsc_env mb_old_fingerprint iface0 new_decls
    --   - flag abi hash
    mod_hash <- computeFingerprint putNameLiterally
                       (map fst sorted_decls,
-                       export_hash,
-                       orphan_hash,
+                       export_hash,  -- includes orphan_hash
                        mi_warns iface0,
                        mi_vect_info iface0)
 





More information about the Cvs-ghc mailing list