Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / codeGen / StgCmmBind.hs
index 64d3ef1..379c4c4 100644 (file)
@@ -36,7 +36,7 @@ import CLabel
 import StgSyn
 import CostCentre      
 import Id
-import Monad (foldM, liftM)
+import Control.Monad
 import Name
 import Module
 import ListSetOps