X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcHsType.lhs;h=d64461ffd525c7d802727b470a9a3f827b3a1008;hp=a63c2cee907628454d2e9c1baad18f60daee5a08;hb=703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2;hpb=7bb3d1fc79521d591cd9f824893963141a7997b6 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}