X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FCompManager.lhs;h=f3bedc6516bc5ef7f52d70186932f8d6e7548924;hb=374b9f5b4cd059a7b4b28ef2f3bbc18e96d276c9;hp=dc033397cbc1733952ef47948ea23466b0b4257c;hpb=266d38920b7292bd75d959b3c2c263a2b025da17;p=ghc-hetmet.git diff --git a/ghc/compiler/ghci/CompManager.lhs b/ghc/compiler/ghci/CompManager.lhs index dc03339..f3bedc6 100644 --- a/ghc/compiler/ghci/CompManager.lhs +++ b/ghc/compiler/ghci/CompManager.lhs @@ -4,6 +4,13 @@ \section[CompManager]{The Compilation Manager} \begin{code} +#if 1 +module CompManager ( ) +where +the_answer = "42" + +#else + module CompManager ( cmInit, cmLoadModule, cmGetExpr, cmRunExpr, CmState, emptyCmState -- abstract @@ -526,5 +533,5 @@ downsweep rootNm finder if null newHomeSummaries then return homeSummaries else loop (newHomeSummaries ++ homeSummaries) - +#endif \end{code}