X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcEnv.lhs;h=9b281edf862d96c2f586c1ebf64f338201786fcf;hb=9551c28bf72a42112a0cdf3c147758c8b14848b1;hp=fb866a3fac6c23a64d237bda025927cb4a9868da;hpb=d4e38936bf64bcd3dc301ec404406bbff20f01d5;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcEnv.lhs b/ghc/compiler/typecheck/TcEnv.lhs index fb866a3..9b281ed 100644 --- a/ghc/compiler/typecheck/TcEnv.lhs +++ b/ghc/compiler/typecheck/TcEnv.lhs @@ -71,7 +71,6 @@ import InstEnv ( InstEnv, emptyInstEnv ) import HscTypes ( lookupType, TyThing(..) ) import Util ( zipEqual ) import SrcLoc ( SrcLoc ) -import qualified PrelNames import Outputable import IOExts ( newIORef )