From: sewardj Date: Wed, 11 Oct 2000 14:51:02 +0000 (+0000) Subject: [project @ 2000-10-11 14:51:02 by sewardj] X-Git-Tag: Approximately_9120_patches~3639 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=189609108c85725d94806d89fd426727574d4f2b;p=ghc-hetmet.git [project @ 2000-10-11 14:51:02 by sewardj] Renaming of various previously-TLA'd types. --- 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