summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcSplice.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcSplice.lhs')
-rw-r--r--compiler/typecheck/TcSplice.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcSplice.lhs b/compiler/typecheck/TcSplice.lhs
index 60d6a6b8e2..f65dc29ad7 100644
--- a/compiler/typecheck/TcSplice.lhs
+++ b/compiler/typecheck/TcSplice.lhs
@@ -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]