Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / cmm / CmmContFlowOpt.hs
index 8ea8a3c..e0d9555 100644 (file)
@@ -14,7 +14,7 @@ import ZipCfg
 import ZipCfgCmmRep
 
 import Maybes
-import Monad
+import Control.Monad
 import Outputable
 import Prelude hiding (unzip, zip)
 import Util