Re: [commit: ghc] master: Fix pprPanic so that it doesn't throw away the SDoc part of the error. (e6ce335)
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Hi Erik, On Tue, Dec 04, 2012 at 03:55:21AM -0800, Erik de Castro wrote: > > Fix pprPanic so that it doesn't throw away the SDoc part of the error. I've reverted this: the Doc is passed in the PanicDoc constructor, so it shouldn't be necessary. What problem were you trying to solve? Thanks Ian