X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FFamInstEnv.lhs;h=983f737e6d11c4f5a7e2670bd6bb34eb03e6daa4;hb=8ad973aef4ff86b5a3e2aa6276d9dd8c99732eca;hp=3bfe55d1f0a40945dc92dd9c7d251debcede60c6;hpb=467f588c25e6d7825a11eff018a67727b3dea71b;p=ghc-hetmet.git diff --git a/compiler/types/FamInstEnv.lhs b/compiler/types/FamInstEnv.lhs index 3bfe55d..983f737 100644 --- a/compiler/types/FamInstEnv.lhs +++ b/compiler/types/FamInstEnv.lhs @@ -23,9 +23,8 @@ module FamInstEnv ( #include "HsVersions.h" import InstEnv -import Unify -import TcGadt import TcType +import Unify import Type import TypeRep import TyCon @@ -37,6 +36,7 @@ import UniqFM import Outputable import Maybes import Util +import FastString import Maybe \end{code}