add comment
[ghc-hetmet.git] / compiler / cmm / CmmLex.x
index 50e9aea..0a19290 100644 (file)
@@ -23,7 +23,7 @@ module CmmLex (
    CmmToken(..), cmmlex,
   ) where
 
-import Cmm
+import OldCmm
 import Lexer
 
 import SrcLoc