X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcType.lhs;h=ce42def248d98097a0fa881eba0308bc4511ab2a;hb=5b49434484d86b2dfad682d5eb26ef7f3e2e2b56;hp=f50b9b085cfb00145c1f7d0358e27314d9b9bdc5;hpb=2da37f4f15790377900fa6c38ff8fdcd394dfaa2;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcType.lhs b/compiler/typecheck/TcType.lhs index f50b9b0..ce42def 100644 --- a/compiler/typecheck/TcType.lhs +++ b/compiler/typecheck/TcType.lhs @@ -153,7 +153,6 @@ import DynFlags import Name import NameSet import VarEnv -import OccName import PrelNames import TysWiredIn import BasicTypes @@ -163,7 +162,6 @@ import ListSetOps import Outputable import FastString -import Data.List import Data.IORef \end{code}