summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-05-10 07:55:06 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-05-10 07:55:06 +0000
commit56acf24c6792ad5d6c0671b3ac534d685a4d37ca (patch)
tree35827d53c548a0e9d08759a32b0f72b8098adb05
parent42a2b2ae9c5059bad52db63c73bef266e2255517 (diff)
downloadhaskell-56acf24c6792ad5d6c0671b3ac534d685a4d37ca.tar.gz
FIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfo
-rw-r--r--compiler/iface/TcIface.hi-boot-62
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/TcIface.hi-boot-6 b/compiler/iface/TcIface.hi-boot-6
index 9153c8cc44..fff8a9b094 100644
--- a/compiler/iface/TcIface.hi-boot-6
+++ b/compiler/iface/TcIface.hi-boot-6
@@ -3,7 +3,7 @@ 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]
-tcIfaceVectInfo :: Module.Module -> HscTypes.TypeEnv -> HscTypes.IfaceVectInfo -> TcRnTypes.IfL VectInfo
+tcIfaceVectInfo :: Module.Module -> HscTypes.TypeEnv -> HscTypes.IfaceVectInfo -> TcRnTypes.IfL HscTypes.VectInfo
tcIfaceFamInst :: IfaceSyn.IfaceFamInst -> TcRnTypes.IfL FamInstEnv.FamInst