X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fcmm%2FCmmContFlowOpt.hs;h=e0d95552f901cd4a2e49e3eed8cfe45b7bfbf0b8;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hp=8ea8a3c426f426d413a24fa300eecfd67819c1c3;hpb=52cacd61834e6f448b8904bfa52c4a5a402e8698;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmContFlowOpt.hs b/compiler/cmm/CmmContFlowOpt.hs index 8ea8a3c..e0d9555 100644 --- a/compiler/cmm/CmmContFlowOpt.hs +++ b/compiler/cmm/CmmContFlowOpt.hs @@ -14,7 +14,7 @@ import ZipCfg import ZipCfgCmmRep import Maybes -import Monad +import Control.Monad import Outputable import Prelude hiding (unzip, zip) import Util