X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcDeriv.lhs;h=54a8e720d500d80f37a3caaa2d3f7c4754e20648;hb=d069cec2bd92d4156aeab80f7eb1f222a82e4103;hp=95d9695992effca339fb44b6e04ff2aad1cf7587;hpb=3622a7de695b4cb795171c8cb59bfe41c7f4d85f;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcDeriv.lhs b/ghc/compiler/typecheck/TcDeriv.lhs index 95d9695..54a8e72 100644 --- a/ghc/compiler/typecheck/TcDeriv.lhs +++ b/ghc/compiler/typecheck/TcDeriv.lhs @@ -44,7 +44,7 @@ import TyCon ( tyConTyVars, tyConDataCons, tyConTheta, maybeTyConSingleCon, isDataTyCon, isEnumerationTyCon, TyCon ) -import Type ( ThetaType, mkTyVarTys, mkTyConApp, +import TcType ( ThetaType, mkTyVarTys, mkTyConApp, isUnLiftedType, mkClassPred ) import Var ( TyVar ) import PrelNames