summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Module.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Module.hs-boot')
-rw-r--r--compiler/GHC/Tc/Module.hs-boot9
1 files changed, 2 insertions, 7 deletions
diff --git a/compiler/GHC/Tc/Module.hs-boot b/compiler/GHC/Tc/Module.hs-boot
index 40d89fe727..12a88ba72d 100644
--- a/compiler/GHC/Tc/Module.hs-boot
+++ b/compiler/GHC/Tc/Module.hs-boot
@@ -1,12 +1,7 @@
module GHC.Tc.Module where
-import GHC.Prelude
+import GHC.Types.SourceFile(HsBootOrSig)
import GHC.Types.TyThing(TyThing)
-import GHC.Tc.Errors.Types (TcRnMessage)
import GHC.Tc.Types (TcM)
-import GHC.Types.Name (Name)
-checkBootDeclM :: Bool -- ^ True <=> an hs-boot file (could also be a sig)
- -> TyThing -> TyThing -> TcM ()
-missingBootThing :: Bool -> Name -> String -> TcRnMessage
-badReexportedBootThing :: Bool -> Name -> Name -> TcRnMessage
+checkBootDeclM :: HsBootOrSig -> TyThing -> TyThing -> TcM ()