X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FZipCfgExtras.hs;h=bd26aca9760991d31a61931c77af529ba9fae84e;hb=d600bf7a6afdbfc4a22f9379406a9c6f789a4c2d;hp=b414d39d89d926f99b1937a2761aa6ca557cc127;hpb=25628e2771424cae1b3366322e8ce6f8a85440f9;p=ghc-hetmet.git diff --git a/compiler/cmm/ZipCfgExtras.hs b/compiler/cmm/ZipCfgExtras.hs index b414d39..bd26aca 100644 --- a/compiler/cmm/ZipCfgExtras.hs +++ b/compiler/cmm/ZipCfgExtras.hs @@ -12,9 +12,9 @@ module ZipCfgExtras () where +import BlockId import Maybes import Panic -import StackSlot import ZipCfg import Prelude hiding (zip, unzip, last)