Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5dc73fdb47cfa208b7409e34dc251c386d30a21e >--------------------------------------------------------------- commit 5dc73fdb47cfa208b7409e34dc251c386d30a21e Author: Manuel M T Chakravarty <[email protected]> Date: Mon Jan 16 00:22:04 2012 +1100 Merge wibble >--------------------------------------------------------------- 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 6e29165..8341a1d 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -622,7 +622,7 @@ addFingerprints hsc_env mb_old_fingerprint iface0 new_decls mi_orphan = not ( null orph_rules && null orph_insts && null orph_fis - && isNoIfaceVectInfo (mi_vect_info iface0))), + && isNoIfaceVectInfo (mi_vect_info iface0)), mi_finsts = not . null $ mi_fam_insts iface0, mi_decls = sorted_decls, mi_hash_fn = lookupOccEnv local_env } _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
