X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FZipCfg.hs;h=376ab3ea52eba96163ca39eb1c02eedfc9348821;hb=12da626e907fd4b43272d7fa9a98ebc1a4bb0ebe;hp=1e04f90ae5e847c36fa7c1335775984dc243690c;hpb=31a9d04804d9cacda35695c5397590516b964964;p=ghc-hetmet.git diff --git a/compiler/cmm/ZipCfg.hs b/compiler/cmm/ZipCfg.hs index 1e04f90..376ab3e 100644 --- a/compiler/cmm/ZipCfg.hs +++ b/compiler/cmm/ZipCfg.hs @@ -44,9 +44,8 @@ import CmmExpr ( UserOfLocalRegs(..) ) import PprCmm() import Outputable hiding (empty) -import Panic -import Maybe +import Data.Maybe import Prelude hiding (zip, unzip, last) -------------------------------------------------------------------------