X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcDefaults.lhs;fp=ghc%2Fcompiler%2Ftypecheck%2FTcDefaults.lhs;h=aaed7c2221a0bd0fbdd81e8a3878d877f785ee7d;hb=ff755dd9a0a0ad2f106c323852553ea247f16141;hp=a3c292b82368ab392ef43638917fcc3a37f0480c;hpb=1b7a99e3e7f64c6f402e8aece32ba0b9a3703bfa;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcDefaults.lhs b/ghc/compiler/typecheck/TcDefaults.lhs index a3c292b..aaed7c2 100644 --- a/ghc/compiler/typecheck/TcDefaults.lhs +++ b/ghc/compiler/typecheck/TcDefaults.lhs @@ -19,9 +19,7 @@ import TcSimplify ( tcSimplifyCheckThetas ) import TysWiredIn ( integerTy, doubleTy ) import Type ( Type ) import Unique ( numClassKey ) -import ErrUtils ( addShortErrLocLine ) import Outputable -import Util \end{code} \begin{code}