patch applied (ghc): Split the GHCi monad apart from InteractiveUI, together with some related functions
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <20061216174256.GA5888__39519.9009137743$1166291018$gmane$org@cvs.haskell.org> |
Sun Dec 10 15:05:53 PST 2006 Pepe Iborra <[email protected]> * Split the GHCi monad apart from InteractiveUI, together with some related functions I found this convenient while I was extending ghci with the debugger. I wanted to put all the debugger stuff in a separate module, but I would need a huge hs-boot file to break the circular dependencies. This option seemed better A ./compiler/ghci/GhciMonad.hs M ./compiler/ghci/InteractiveUI.hs -198