X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FMatch.lhs-boot;h=5f99f5cc1ab7c05c3de30d7919782a7ec77495e8;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=acd6762fe7d9f8df91f9dd0d508fc731ebf6af3b;hpb=0935f93229e76cc232e8cb7997ac2f9d5dd210c0;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/Match.lhs-boot b/ghc/compiler/deSugar/Match.lhs-boot index acd6762..5f99f5c 100644 --- a/ghc/compiler/deSugar/Match.lhs-boot +++ b/ghc/compiler/deSugar/Match.lhs-boot @@ -2,7 +2,7 @@ module Match where import Var ( Id ) import TcType ( TcType ) -import DsMonad ( DsM, DsMatchContext, EquationInfo, MatchResult ) +import DsMonad ( DsM, EquationInfo, MatchResult ) import CoreSyn ( CoreExpr ) import HsSyn ( LPat, HsMatchContext, MatchGroup ) import Name ( Name )