Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / codeGen / StgCmmEnv.hs
index a1ba606..cd94c58 100644 (file)
@@ -41,7 +41,7 @@ import FastString
 import PprCmm          ( {- instance Outputable -} )
 import Id
 import VarEnv
-import Monad
+import Control.Monad
 import Name
 import StgSyn
 import Outputable