From 5119296440e6846c553c72b8a93afc5ecfa576f0 Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Wed, 11 Sep 2019 21:19:39 +0200 Subject: Module hierarchy: Hs (#13009) Add GHC.Hs module hierarchy replacing hsSyn. Metric Increase: haddock.compiler --- compiler/typecheck/TcSplice.hs-boot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler/typecheck/TcSplice.hs-boot') 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 -- cgit v1.2.1