Re-working of the breakpoint support
[ghc-hetmet.git] / compiler / deSugar / DsBinds.lhs
index 27d4147..51d6daf 100644 (file)
@@ -46,6 +46,10 @@ import BasicTypes hiding ( TopLevel )
 import FastString
 import Util            ( mapSnd )
 
+import Name
+import OccName
+import Literal
+
 import Control.Monad
 import Data.List
 \end{code}