summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcSplice.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcSplice.hs-boot')
-rw-r--r--compiler/typecheck/TcSplice.hs-boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/typecheck/TcSplice.hs-boot b/compiler/typecheck/TcSplice.hs-boot
index 8fb294bfc6..8cab536a01 100644
--- a/compiler/typecheck/TcSplice.hs-boot
+++ b/compiler/typecheck/TcSplice.hs-boot
@@ -5,13 +5,13 @@ module TcSplice where
import GhcPrelude
import Name
-import HsExpr ( PendingRnSplice, DelayedSplice )
+import GHC.Hs.Expr ( PendingRnSplice, DelayedSplice )
import TcRnTypes( TcM , SpliceType )
import TcType ( ExpRhoType )
import Annotations ( Annotation, CoreAnnTarget )
-import HsExtension ( GhcTcId, GhcRn, GhcPs, GhcTc )
+import GHC.Hs.Extension ( GhcTcId, GhcRn, GhcPs, GhcTc )
-import HsSyn ( HsSplice, HsBracket, HsExpr, LHsExpr, LHsType, LPat,
+import GHC.Hs ( HsSplice, HsBracket, HsExpr, LHsExpr, LHsType, LPat,
LHsDecl, ThModFinalizers )
import qualified Language.Haskell.TH as TH