summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Expr.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Hs/Expr.hs-boot')
-rw-r--r--compiler/GHC/Hs/Expr.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Hs/Expr.hs-boot b/compiler/GHC/Hs/Expr.hs-boot
index 0fdbf773b2..87a4a2b38e 100644
--- a/compiler/GHC/Hs/Expr.hs-boot
+++ b/compiler/GHC/Hs/Expr.hs-boot
@@ -10,10 +10,10 @@
module GHC.Hs.Expr where
-import SrcLoc ( Located )
+import GHC.Types.SrcLoc ( Located )
import Outputable ( SDoc, Outputable )
import {-# SOURCE #-} GHC.Hs.Pat ( LPat )
-import BasicTypes ( SpliceExplicitFlag(..))
+import GHC.Types.Basic ( SpliceExplicitFlag(..))
import GHC.Hs.Extension ( OutputableBndrId, GhcPass )
import Data.Kind ( Type )