patch applied (ghc-6.6/ghc): Use System.IO.stderr rather than IO.stderr in GHCi. Fixes trac #1001.
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all,gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Sat Dec 9 10:51:52 PST 2006 Ian Lynagh <[email protected]> * Use System.IO.stderr rather than IO.stderr in GHCi. Fixes trac #1001. GHCi evaluates a command to flush the stdout/stderr buffers, but this command can only use names that are in scope. It used to need IO.stderr from the haskell98 package, but this patch means it only needs things from the base package. M ./compiler/ghci/InteractiveUI.hs -1 +1