From 6d32951e5097e8e4e046af351299e1bbe64c442c Mon Sep 17 00:00:00 2001 From: simonm Date: Fri, 5 Dec 1997 09:26:36 +0000 Subject: [PATCH] [project @ 1997-12-05 09:26:36 by simonm] import DsM, seems to be required for ghc-0.29. --- ghc/compiler/deSugar/Check.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/deSugar/Check.lhs b/ghc/compiler/deSugar/Check.lhs index ebdadb4..dbbbea4 100644 --- a/ghc/compiler/deSugar/Check.lhs +++ b/ghc/compiler/deSugar/Check.lhs @@ -27,7 +27,7 @@ import TcHsSyn ( SYN_IE(TypecheckedPat), import DsHsSyn ( outPatType ) import CoreSyn -import DsMonad ( DsMatchContext(..), +import DsMonad ( SYN_IE(DsM), DsMatchContext(..), DsMatchKind(..) ) import DsUtils ( EquationInfo(..), -- 1.7.10.4