X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmmCPSZ.hs;h=9410304b688ab3b9c69e197fdc4d031656946ad3;hb=c0a5a5d2e41341046aaf37c1d2155372e7ed3ee8;hp=afa1533efadf87715382b9b7a7b9178a4452afdd;hpb=8acda75bd98763ac5643a2152960102a4d98122b;p=ghc-hetmet.git diff --git a/compiler/cmm/CmmCPSZ.hs b/compiler/cmm/CmmCPSZ.hs index afa1533..9410304 100644 --- a/compiler/cmm/CmmCPSZ.hs +++ b/compiler/cmm/CmmCPSZ.hs @@ -19,7 +19,7 @@ import Outputable import PprCmmZ() import UniqSupply import ZipCfg hiding (zip, unzip) -import ZipCfgCmm +import ZipCfgCmmRep import ZipDataflow -----------------------------------------------------------------------------