summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmEnv.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-24 21:08:25 +0000
committerIan Lynagh <igloo@earth.li>2009-07-24 21:08:25 +0000
commit1e50fd4185479a62e02d987bdfcb1c62712859ca (patch)
treeb586e107b36bd38cb7e93d7a6bd57191f4c46f15 /compiler/codeGen/StgCmmEnv.hs
parent52cacd61834e6f448b8904bfa52c4a5a402e8698 (diff)
downloadhaskell-1e50fd4185479a62e02d987bdfcb1c62712859ca.tar.gz
Remove GHC's haskell98 dependency
Diffstat (limited to 'compiler/codeGen/StgCmmEnv.hs')
-rw-r--r--compiler/codeGen/StgCmmEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmEnv.hs b/compiler/codeGen/StgCmmEnv.hs
index a1ba606584..cd94c58daa 100644
--- a/compiler/codeGen/StgCmmEnv.hs
+++ b/compiler/codeGen/StgCmmEnv.hs
@@ -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