Remove warning flags from individual compiler modules
[ghc-hetmet.git] / compiler / cmm / StackColor.hs
index e3b6ba8..2f97a18 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -Wall -fno-warn-name-shadowing #-}
+
 module StackColor where
 
 import StackPlacements
@@ -9,7 +9,7 @@ import DFMonad
 import qualified GraphOps
 import MachOp
 import ZipCfg
-import ZipCfgCmm
+import ZipCfgCmmRep
 import ZipDataflow
 
 import Maybes