X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcTyDecls.lhs;h=c44fef24b008e0aa2addefba3334fc401d6341eb;hb=99073d876ea762016683fb0b22b9d343ff864eb4;hp=0392d34cda72d84772d508ef12791d15eb4d936e;hpb=323fee1e8cbabe604496a1b92c6de0e98ca037e4;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcTyDecls.lhs b/ghc/compiler/typecheck/TcTyDecls.lhs index 0392d34..c44fef2 100644 --- a/ghc/compiler/typecheck/TcTyDecls.lhs +++ b/ghc/compiler/typecheck/TcTyDecls.lhs @@ -25,7 +25,7 @@ import TcMonoType ( tcHsType, tcHsSigType, tcHsBoxedSigType, tcHsTyVars, tcClass ) import TcEnv ( tcExtendTyVarEnv, tcLookupTyCon, tcLookupClass, tcLookupGlobalId, - TyThing(..), TyThingDetails(..) + TyThingDetails(..) ) import TcMonad