Follow extensible exception changes
[ghc-hetmet.git] / compiler / typecheck / TcSplice.lhs
index 60d6a6b..f65dc29 100644 (file)
@@ -69,7 +69,7 @@ import qualified Language.Haskell.TH as TH
 import qualified Language.Haskell.TH.Syntax as TH
 
 import GHC.Exts                ( unsafeCoerce#, Int#, Int(..) )
-import qualified Control.Exception  as Exception( userErrors )
+import qualified Exception ( userErrors )
 \end{code}
 
 Note [Template Haskell levels]