diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-08 15:00:59 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-08 15:00:59 +0000 |
commit | 7e1ca77bc1f27ba2b2a6703c7b6b4f854336c479 (patch) | |
tree | 04e409b156d64cb9f632acb0848538f6a2b80a0f /compiler/iface | |
parent | 429b16149ebf0bc99d22d9460d4da785acbabf70 (diff) | |
download | haskell-7e1ca77bc1f27ba2b2a6703c7b6b4f854336c479.tar.gz |
Remove all .hi-boot-6 files
From 6.4 onwards we use .(l)hs-boot instead.
Spotted by Max Bolingbroke.
Diffstat (limited to 'compiler/iface')
-rw-r--r-- | compiler/iface/TcIface.hi-boot-6 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/iface/TcIface.hi-boot-6 b/compiler/iface/TcIface.hi-boot-6 deleted file mode 100644 index fff8a9b094..0000000000 --- a/compiler/iface/TcIface.hi-boot-6 +++ /dev/null @@ -1,9 +0,0 @@ -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 HscTypes.VectInfo -tcIfaceFamInst :: IfaceSyn.IfaceFamInst -> TcRnTypes.IfL FamInstEnv.FamInst - - |