Handle introduction of MkCore in DsBinds
[ghc-hetmet.git] / compiler / deSugar / DsBinds.lhs
index 57bbd02..b1b77d0 100644 (file)
@@ -26,6 +26,7 @@ import DsUtils
 
 import HsSyn           -- lots of things
 import CoreSyn         -- lots of things
+import MkCore
 import CoreUtils
 import CoreFVs