From 189609108c85725d94806d89fd426727574d4f2b Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 11 Oct 2000 14:51:02 +0000 Subject: [PATCH 1/1] [project @ 2000-10-11 14:51:02 by sewardj] Renaming of various previously-TLA'd types. --- ghc/compiler/ghci/CmCompile.lhs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ghc/compiler/ghci/CmCompile.lhs b/ghc/compiler/ghci/CmCompile.lhs index 47efd0b..98b4f90 100644 --- a/ghc/compiler/ghci/CmCompile.lhs +++ b/ghc/compiler/ghci/CmCompile.lhs @@ -5,11 +5,11 @@ \begin{code} module CmCompile ( cmCompile, - ModDetails, -- abstract - ModIFace, -- abstract - PCS, emptyPCS, -- abstract - HST, -- not abstract (CM needs to see it) - HIT, -- ditto + ModDetails, -- abstract + ModIFace, -- abstract + PersistentCompilerState, emptyPCS, -- abstract + HomeSymbolTable, -- not abstract (CM needs to see it) + HomeInterfaceTable, -- ditto CompResult(..) ) where -- 1.7.10.4