Re: [GHC] #7532: -ddump-splices output doesn't match generated code for data instances inside instances.
#7532: -ddump-splices output doesn't match generated code for data instances inside instances. -+-- Reporter: Aninhumer | Owner: Type: bug | Status: new Priority: normal| Component: Template Haskell Version: 7.6.1 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking:|Related: -+-- Comment(by simonpj@…): commit 9b9f197b05c4bf9d16289d3aa6e71e9f081da7f6 {{{ Author: Simon Peyton Jones simo...@microsoft.com Date: Wed Jan 2 12:37:07 2013 + Improve HsSyn pretty-printing of instance declarations (fixes Trac #7532) compiler/hsSyn/HsDecls.lhs | 42 +++--- 1 files changed, 27 insertions(+), 15 deletions(-) }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7532#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
Re: [GHC] #7532: -ddump-splices output doesn't match generated code for data instances inside instances.
#7532: -ddump-splices output doesn't match generated code for data instances inside instances. ---+ Reporter: Aninhumer | Owner: Type: bug | Status: closed Priority: normal| Milestone: Component: Template Haskell |Version: 7.6.1 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: th/T7532 | Blockedby: Blocking:|Related: ---+ Changes (by simonpj): * status: new = closed * difficulty: = Unknown * resolution: = fixed * testcase: = th/T7532 Comment: Good point, thank you. A pretty printing bug, now fixed. I don't think this is worth merging to 7.6 becuase that code has changed a bit, so it'll need a bit of fiddling and it's not a big deal. Simon -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7532#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs