X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fiface%2FLoadIface.lhs;h=5df77fcf88905b26ba07d6358ed9d515141004de;hb=d51f42f602bf9a6d1b356c41228a534c88723f65;hp=36771bafb40cdaa496a6256be32cf323d9e86a2d;hpb=155685dd72c20d4bd7f5e7e48ca22fa3baf7b793;p=ghc-hetmet.git diff --git a/compiler/iface/LoadIface.lhs b/compiler/iface/LoadIface.lhs index 36771ba..5df77fc 100644 --- a/compiler/iface/LoadIface.lhs +++ b/compiler/iface/LoadIface.lhs @@ -52,7 +52,7 @@ import SrcLoc import Maybes import ErrUtils import Finder -import UniqFM +import LazyUniqFM import StaticFlags import Outputable import BinIface @@ -300,7 +300,8 @@ loadInterface doc_str mod from fam_inst_env, eps_stats = addEpsInStats (eps_stats eps) (length new_eps_decls) - (length new_eps_insts) (length new_eps_rules) } + (length new_eps_insts) + (length new_eps_rules) } ; return (Succeeded final_iface) }}}}