Handle introduction of MkCore in DsBinds
authorMax Bolingbroke <batterseapower@hotmail.com>
Thu, 31 Jul 2008 01:23:39 +0000 (01:23 +0000)
committerMax Bolingbroke <batterseapower@hotmail.com>
Thu, 31 Jul 2008 01:23:39 +0000 (01:23 +0000)
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