X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcSplice.lhs;h=11f4a6a482656c2cf34593282ba9dbf402f7b2d5;hp=1a488215e5cc0e075fcc4a41890ced37574a038f;hb=6da2fdc8c83b7f3f400496216f06c9b14ab5efc2;hpb=1b75cf971b425aefb3d9dd4d2dcde8739d4f6879 diff --git a/ghc/compiler/typecheck/TcSplice.lhs b/ghc/compiler/typecheck/TcSplice.lhs index 1a48821..11f4a6a 100644 --- a/ghc/compiler/typecheck/TcSplice.lhs +++ b/ghc/compiler/typecheck/TcSplice.lhs @@ -13,9 +13,9 @@ import TcRnDriver ( tcTopSrcDecls ) -- These imports are the reason that TcSplice -- is very high up the module hierarchy -import qualified Language.Haskell.TH.THSyntax as TH -import qualified Language.Haskell.TH.THLib as TH +import qualified Language.Haskell.TH as TH -- THSyntax gives access to internal functions and data types +import qualified Language.Haskell.TH.Syntax as TH import HsSyn ( HsBracket(..), HsExpr(..), HsSplice(..), LHsExpr, LHsDecl, HsType, LHsType )