X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcmm%2FZipCfg.hs;h=376ab3ea52eba96163ca39eb1c02eedfc9348821;hp=3a5932cadd36809050bf5776f8706665f0101455;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hpb=52cacd61834e6f448b8904bfa52c4a5a402e8698 diff --git a/compiler/cmm/ZipCfg.hs b/compiler/cmm/ZipCfg.hs index 3a5932c..376ab3e 100644 --- a/compiler/cmm/ZipCfg.hs +++ b/compiler/cmm/ZipCfg.hs @@ -45,7 +45,7 @@ import PprCmm() import Outputable hiding (empty) -import Maybe +import Data.Maybe import Prelude hiding (zip, unzip, last) -------------------------------------------------------------------------