don't turn off stdin/stdout buffering after loading a module with ghc -e (#2228)
authorSimon Marlow <simonmar@microsoft.com>
Tue, 29 Apr 2008 22:24:09 +0000 (22:24 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 29 Apr 2008 22:24:09 +0000 (22:24 +0000)
commitb47555c3c6e7d9b6cbe17714fee9fd22d1779928
tree653e4300ccaca41df6b2a28abc13657361420310
parent2f330af4eeeae4562d9ea9eeaec7571901481f8c
don't turn off stdin/stdout buffering after loading a module with ghc -e (#2228)
compiler/ghci/GhciMonad.hs
compiler/ghci/InteractiveUI.hs