[GHC] #8069: Small typo yields GHC panic

#8069: Small typo yields GHC panic ------------------------------------+------------------------------------- Reporter: dsamperi | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.4.1 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- The following line contains a small typo (show instead of Show), and the result is a GHC panic under GHC 3.4.1: newtype MyInt = MyInt Int deriving(show) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8069 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8069: Small typo yields GHC panic -------------------------------------+------------------------------------ Reporter: dsamperi | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.4.1 Resolution: duplicate | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by monoidal): * status: new => closed * resolution: => duplicate Comment: This is already fixed in GHC 7.6: see http://ghc.haskell.org/trac/ghc/wiki/ReportABug. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8069#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC