Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / cmm / PprCmmZ.hs
index 4d8cc51..075f0e4 100644 (file)
@@ -12,7 +12,7 @@ import qualified ZipCfgCmmRep as G
 import qualified ZipCfg as Z
 import CmmZipUtil
 
-import Maybe
+import Data.Maybe
 import FastString
 
 ----------------------------------------------------------------