From: sof Date: Sun, 19 Oct 1997 21:47:48 +0000 (+0000) Subject: [project @ 1997-10-19 21:47:48 by sof] X-Git-Tag: Approx_2487_patches~1353 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=be8eaf033d0ce56d84b1463d196fd386eed883dc;p=ghc-hetmet.git [project @ 1997-10-19 21:47:48 by sof] Drop CoreUnfold.mkUnfolding import --- diff --git a/ghc/compiler/basicTypes/IdUtils.lhs b/ghc/compiler/basicTypes/IdUtils.lhs index e607e38..a0d7020 100644 --- a/ghc/compiler/basicTypes/IdUtils.lhs +++ b/ghc/compiler/basicTypes/IdUtils.lhs @@ -18,7 +18,7 @@ import {-# SOURCE #-} SpecEnv ( SpecEnv ) #endif import CoreSyn -import CoreUnfold ( UnfoldingGuidance(..), Unfolding, mkUnfolding ) +import CoreUnfold ( UnfoldingGuidance(..), Unfolding ) import Id ( mkPrimitiveId, mkTemplateLocals ) import IdInfo -- quite a few things import StdIdInfo