From 5a572299ca38fb302b0288c4ceaeb540287830d5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 10 Oct 2006 23:51:57 +0000 Subject: [PATCH] Fix another hi-boot file --- compiler/iface/TcIface.hi-boot-6 | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/iface/TcIface.hi-boot-6 b/compiler/iface/TcIface.hi-boot-6 index 1a43e0e..3c8ae73 100644 --- a/compiler/iface/TcIface.hi-boot-6 +++ b/compiler/iface/TcIface.hi-boot-6 @@ -3,5 +3,6 @@ module TcIface where tcIfaceDecl :: GHC.Base.Bool -> IfaceSyn.IfaceDecl -> TcRnTypes.IfL TypeRep.TyThing tcIfaceInst :: IfaceSyn.IfaceInst -> TcRnTypes.IfL InstEnv.Instance tcIfaceRules :: GHC.Base.Bool -> [IfaceSyn.IfaceRule] -> TcRnTypes.IfL [CoreSyn.CoreRule] +tcIfaceFamInst :: IfaceSyn.IfaceFamInst -> TcRnTypes.IfL FamInstEnv.FamInst -- 1.7.10.4