X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsMatches.lhs;h=7c7db36de98642cbfa89d9b1a481e7473e493afd;hb=ca5a4a480d10d61e5b7a52eb4d556e8b8c33e69d;hp=3b202f4fea0f54f7374119a98f67d40c5ad67cac;hpb=f01a8e8c9c53bfb5ab3393ed3457ebf25390efa1;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsMatches.lhs b/ghc/compiler/hsSyn/HsMatches.lhs index 3b202f4..7c7db36 100644 --- a/ghc/compiler/hsSyn/HsMatches.lhs +++ b/ghc/compiler/hsSyn/HsMatches.lhs @@ -14,7 +14,7 @@ import Ubiq{-uitous-} import HsLoop ( HsExpr, nullBinds, HsBinds ) import Outputable ( ifPprShowAll ) -import PprType +import PprType ( GenType{-instance Outputable-} ) import Pretty import SrcLoc ( SrcLoc{-instances-} ) import Util ( panic )