X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FMatch.lhs-boot;h=5f99f5cc1ab7c05c3de30d7919782a7ec77495e8;hb=ed60e5f80f2f585554fb1570dd2f2aede23edf18;hp=acd6762fe7d9f8df91f9dd0d508fc731ebf6af3b;hpb=c24011d1744b4fdd81847136ddfe7eda9fda2229;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 )