From a451fc62f46d15efa3c3db81599086441cffcf84 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 27 Dec 2004 11:27:56 +0000 Subject: [PATCH] [project @ 2004-12-27 11:27:56 by simonpj] import wibble --- ghc/compiler/simplCore/SimplUtils.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/simplCore/SimplUtils.lhs b/ghc/compiler/simplCore/SimplUtils.lhs index 3ba53e0..fd3de7e 100644 --- a/ghc/compiler/simplCore/SimplUtils.lhs +++ b/ghc/compiler/simplCore/SimplUtils.lhs @@ -32,7 +32,6 @@ import CoreUtils ( cheapEqExpr, exprType, exprIsTrivial, etaExpand, exprEtaExpandArity, bindNonRec, mkCoerce2, findDefault, exprOkForSpeculation, exprIsValue ) -import qualified Subst ( simplBndrs, simplBndr, simplLetId, simplLamBndr ) import Id ( Id, idType, idInfo, isDataConWorkId, idOccInfo, mkSysLocal, isDeadBinder, idNewDemandInfo, isExportedId, idUnfolding, idNewStrictness, idInlinePragma, -- 1.7.10.4