X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnDriver.lhs;h=94c55a7f17469ab6825943379cb005e4c9b7415f;hb=366e8db02ab7a5bb5316699bff397d06e47891b2;hp=6dfae4447869900e01153d26e25065d802d4a573;hpb=5ad61e1470db6dbc8279569c5ad1cc093f753ac0;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index 6dfae44..94c55a7 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -1095,7 +1095,7 @@ tcGetModuleExports mod = do loadOrphanModules (dep_orphs (mi_deps iface)) False -- Load any orphan-module interfaces, -- so their instances are visible - loadOrphanModules (dep_finsts (mi_finsts iface)) True + loadOrphanModules (dep_finsts (mi_deps iface)) True -- Load any family instance-module interfaces, -- so all family instances are visible ifaceExportNames (mi_exports iface)