more improvements for #1119
authorSimon Marlow <simonmar@microsoft.com>
Tue, 27 Mar 2007 15:37:23 +0000 (15:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 27 Mar 2007 15:37:23 +0000 (15:37 +0000)
commit075a7bad2ab4e8360badfa2d0ae25c4d8eaf61f6
treef39612fc4e4cbaa36ac5130ea784e9219d695644
parent1e8ae3f05cd475454f086a51da845ac0318d40e8
more improvements for #1119
When GHCi compiles its code framgents for setting buffering, it wants
to refer to base:System.IO rather than whatever System.IO is on the
search path, unfortunately there's no way to do this in source code,
so to hack around it we set the search path to empty before compiling
these expressions (not forgetting to flush the finder cache
afterward).
compiler/ghci/GhciMonad.hs