From 85222f5c429881cf14ff7caf300185edbf84d717 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 28 Feb 2001 12:12:43 +0000 Subject: [PATCH] [project @ 2001-02-28 12:12:43 by simonmar] oops, don't export cmTypeOfName when !GHCI. --- ghc/compiler/compMan/CompManager.lhs | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.4