From be8eaf033d0ce56d84b1463d196fd386eed883dc Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Sun, 19 Oct 1997 21:47:48 +0000 Subject: [PATCH] [project @ 1997-10-19 21:47:48 by sof] Drop CoreUnfold.mkUnfolding import --- ghc/compiler/basicTypes/IdUtils.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/basicTypes/IdUtils.lhs b/ghc/compiler/basicTypes/IdUtils.lhs index e607e388b321..a0d7020605da 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 -- GitLab