X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcMatches.lhs;h=5826eb9f1f54fa60f066ab7383a33fc40df359e0;hb=55e0ee453646be887a27a3fe6b4559d8182bf9fe;hp=caab44ae2a515288130d8f06186fd69860f6183a;hpb=210ca9c013a9cd193a78c1590e3f2ec4041f4858;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcMatches.lhs b/compiler/typecheck/TcMatches.lhs index caab44a..5826eb9 100644 --- a/compiler/typecheck/TcMatches.lhs +++ b/compiler/typecheck/TcMatches.lhs @@ -25,7 +25,6 @@ import {-# SOURCE #-} TcExpr( tcSyntaxOp, tcInferRho, tcMonoExpr, tcPolyExpr ) import HsSyn import TcRnMonad -import TcGadt import Inst import TcEnv import TcPat @@ -43,6 +42,7 @@ import TysPrim import Outputable import Util import SrcLoc +import FastString import Control.Monad \end{code}