From: simonmar Date: Wed, 28 Feb 2001 12:12:43 +0000 (+0000) Subject: [project @ 2001-02-28 12:12:43 by simonmar] X-Git-Tag: Approximately_9120_patches~2516 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=85222f5c429881cf14ff7caf300185edbf84d717;p=ghc-hetmet.git [project @ 2001-02-28 12:12:43 by simonmar] oops, don't export cmTypeOfName when !GHCI. --- diff --git a/ghc/compiler/compMan/CompManager.lhs b/ghc/compiler/compMan/CompManager.lhs index 8dc68d1..676620e 100644 --- a/ghc/compiler/compMan/CompManager.lhs +++ b/ghc/compiler/compMan/CompManager.lhs @@ -11,8 +11,6 @@ module CompManager ( cmUnload, -- :: CmState -> IO CmState - cmTypeOfName, -- :: CmState -> Name -> IO (Maybe String) - cmSetContext, -- :: CmState -> String -> IO CmState cmGetContext, -- :: CmState -> IO String