From: Max Bolingbroke Date: Thu, 31 Jul 2008 01:23:39 +0000 (+0000) Subject: Handle introduction of MkCore in DsBinds X-Git-Tag: 2008-09-12~309 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1375f908c01f6373e257832fb24c641d2e23700b Handle introduction of MkCore in DsBinds --- 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