Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / cmm / CmmCPS.hs
index 6a1dc40..c5bcdc3 100644 (file)
@@ -31,7 +31,7 @@ import UniqSupply
 import UniqSet
 import Unique
 
 import UniqSet
 import Unique
 
-import Monad
+import Control.Monad
 
 -----------------------------------------------------------------------------
 -- |Top level driver for the CPS pass
 
 -----------------------------------------------------------------------------
 -- |Top level driver for the CPS pass