X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcHsType.lhs;h=d64461ffd525c7d802727b470a9a3f827b3a1008;hb=58521c72cec262496dabf5fffb057d25ab17a0f7;hp=a63c2cee907628454d2e9c1baad18f60daee5a08;hpb=432b9c9322181a3644083e3c19b7e240d90659e7;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcHsType.lhs b/compiler/typecheck/TcHsType.lhs index a63c2ce..d64461f 100644 --- a/compiler/typecheck/TcHsType.lhs +++ b/compiler/typecheck/TcHsType.lhs @@ -43,7 +43,6 @@ import Coercion import TyCon import Class import Name -import OccName import NameSet import PrelNames import TysWiredIn @@ -52,8 +51,6 @@ import SrcLoc import UniqSupply import Outputable import FastString - -import Control.Monad \end{code}