From 1375f908c01f6373e257832fb24c641d2e23700b Mon Sep 17 00:00:00 2001 From: Max Bolingbroke Date: Thu, 31 Jul 2008 01:23:39 +0000 Subject: [PATCH] Handle introduction of MkCore in DsBinds --- compiler/deSugar/DsBinds.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/deSugar/DsBinds.lhs b/compiler/deSugar/DsBinds.lhs index 57bbd02..b1b77d0 100644 --- a/compiler/deSugar/DsBinds.lhs +++ b/compiler/deSugar/DsBinds.lhs @@ -26,6 +26,7 @@ import DsUtils import HsSyn -- lots of things import CoreSyn -- lots of things +import MkCore import CoreUtils import CoreFVs -- 1.7.10.4