X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcmm%2FZipCfg.hs;h=376ab3ea52eba96163ca39eb1c02eedfc9348821;hp=1e04f90ae5e847c36fa7c1335775984dc243690c;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hpb=31a9d04804d9cacda35695c5397590516b964964 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) -------------------------------------------------------------------------